X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.c;h=6d9373edb6708071982e4536792b5757bdbf4838;hb=8ffdf2da8a54c95737cdf4f9fbb4908d4b31ff14;hp=ac44ac1fd35ac2ffbb73d42f9ff2fbe6eeeced6a;hpb=00dc048f27af75503e37716248aa00679745a3a6;p=citadel.git diff --git a/webcit/webcit.c b/webcit/webcit.c index ac44ac1fd..6d9373edb 100644 --- a/webcit/webcit.c +++ b/webcit/webcit.c @@ -30,6 +30,10 @@ StrBuf *csslocal = NULL; HashList *HandlerHash = NULL; +void stuff_to_cookie(int unset_cookie); +int GetConnected(void); + + void PutRequestLocalMem(void *Data, DeleteHashDataFunc DeleteIt) { wcsession *WCC = WC; @@ -456,7 +460,7 @@ void ajax_servcmd(void) * This is kind of an ugly hack, but this is the only place it can go. * If the command was GEXP, then the instant messenger window must be * running, so reset the "last_pager_check" watchdog timer so - * that page_popup() doesn't try to open it a second time. + * that page_popup() doesn't try to open it a second time. TODO: page_popup isn't with us anymore. */ if (!strncasecmp(bstr("g_cmd"), "GEXP", 4)) { WCC->last_pager_check = time(NULL);