X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=src%2Focaml%2Flib%2Fkhatus_msg_parser.mll;h=b7f6418bada257cb0e4480c5925741e8202b3e39;hb=6f35286a0c7e5c5b6569f742495efc267772f7a1;hp=2015f775b7d692c27597585148eda984978a6077;hpb=5bdce5de1d06bd71c016cfe969f8d8e406f54a9e;p=khatus.git diff --git a/src/ocaml/lib/khatus_msg_parser.mll b/src/ocaml/lib/khatus_msg_parser.mll index 2015f77..b7f6418 100644 --- a/src/ocaml/lib/khatus_msg_parser.mll +++ b/src/ocaml/lib/khatus_msg_parser.mll @@ -1,6 +1,12 @@ { module Msg = Khatus_msg module Time = Khatus_time + + type error = + [ `Bad_format_of_msg_head + | `Bad_format_of_msg_content + ] + let sep_2 = ':' }