aboutsummaryrefslogtreecommitdiff
path: root/portal
diff options
context:
space:
mode:
Diffstat (limited to 'portal')
-rw-r--r--portal/tcp/portal_tcp.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/portal/tcp/portal_tcp.ml b/portal/tcp/portal_tcp.ml
index d79c088..69f0348 100644
--- a/portal/tcp/portal_tcp.ml
+++ b/portal/tcp/portal_tcp.ml
@@ -1,5 +1,8 @@
open Lwt.Syntax
open Lwt_unix
+open Markup
+
+type t = (signal, async) stream * ((signal, sync) stream option -> unit)
exception MalformedStanza of Markup.location * Markup.Error.t