diff options
Diffstat (limited to 'sid.ml')
-rw-r--r-- | sid.ml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -398,4 +398,7 @@ end let of_string = StringFmt.decode let to_string = StringFmt.encode +let of_bytes = PacketRep.decode +let to_bytes = PacketRep.encode + type t = sid |