Updated the CtdlUserGoto() API call to also return the oldest and newest message...
[citadel.git] / citadel / citserver.h
index 37028a7496e6b6dbd2cab569c78c9aceb4fc47d0..4224fcdcb3d56934b5a309575aeda98d6060d54a 100644 (file)
@@ -45,13 +45,11 @@ void do_async_loop(void);
 void begin_session(struct CitContext *con);
 void citproto_begin_session(void);
 void citproto_begin_admin_session(void);
-void GenerateRoomDisplay(char *real_room,
-                        CitContext *viewed,
-                        CitContext *viewer);
 
 void help_subst (char *strbuf, char *source, char *dest);
 
 extern int panic_fd;
 char CtdlCheckExpress(void);
+int CtdlIsPublicClient(void);
 extern time_t server_startup_time;
 extern int openid_level_supported;