Alpha/Protocol: export Period.to_seconds

This commit is contained in:
Vincent Botbol 2018-08-22 16:37:35 +02:00 committed by Grégoire Henry
parent 9f5a521188
commit b5b1e5651a
No known key found for this signature in database
GPG Key ID: 50D984F20BD445D2

View File

@ -67,6 +67,7 @@ module Period : sig
type period = t
val of_seconds: int64 -> period tzresult
val to_seconds: period -> int64
val mult: int32 -> period -> period tzresult
val one_second: period