X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Focaml%2Flib%2Fkhatus_msg_parser.mll;h=b7f6418bada257cb0e4480c5925741e8202b3e39;hb=0f81c6a873640359583d44a791e706de2d44ea1e;hp=2015f775b7d692c27597585148eda984978a6077;hpb=c6a7396ebc93cec32a1465d878ac9d36465dcb19;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 = ':' }