X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=33af96720eaceb5a38723f7b35d9d18bf8fa82a9;hb=6a59fb210fde5428b23b55027ab223ead5024112;hp=53c0157d9215e1a6052652ceb7f5b82868838b2f;hpb=9186298c1c3cc720211b88744e81f4c432479711;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 53c0157d9..33af96720 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -661,6 +661,8 @@ int StrBuf_ServGetln(StrBuf *buf); int GetServerStatus(StrBuf *Line, long* FullState); void serv_puts(const char *string); void who(void); +void push_destination(void); +void pop_destination(void); void ajax_mini_calendar(void); void fmout(char *align);