Begin working new user registration into the login dialog
[citadel.git] / webcit / webcit.h
index 53c0157d9215e1a6052652ceb7f5b82868838b2f..33af96720eaceb5a38723f7b35d9d18bf8fa82a9 100644 (file)
@@ -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);