aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/settings.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.sig')
-rw-r--r--src/settings.sig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings.sig b/src/settings.sig
index 8f82c8a5..26e220fd 100644
--- a/src/settings.sig
+++ b/src/settings.sig
@@ -36,6 +36,10 @@ signature SETTINGS = sig
val setUrlPrefix : string -> unit
val getUrlPrefix : unit -> string
val getUrlPrePrefix : unit -> string
+ val getUrlPrefixFull : unit -> string
+ (* The full prefix is the value that was set explicitly, while the "pre"
+ * prefix gets the protocol/host/port part and the unqualified prefix gets
+ * the URI. *)
(* How many seconds should the server wait before assuming a Comet client has left? *)
val setTimeout : int -> unit