summaryrefslogtreecommitdiff
path: root/portal/lib/portal.mli
diff options
context:
space:
mode:
Diffstat (limited to 'portal/lib/portal.mli')
-rw-r--r--portal/lib/portal.mli5
1 files changed, 5 insertions, 0 deletions
diff --git a/portal/lib/portal.mli b/portal/lib/portal.mli
new file mode 100644
index 0000000..4432e47
--- /dev/null
+++ b/portal/lib/portal.mli
@@ -0,0 +1,5 @@
+val stanza_open : string -> string
+
+val stanza_close : string
+
+val connect : string -> (string Lwt_stream.t * (string option -> unit)) Lwt.t