]> code.citadel.org Git - citadel.git/blobdiff - citadel/modules/chat/serv_chat.h
* Save entire instant message conversations to the message base, instead of one saved...
[citadel.git] / citadel / modules / chat / serv_chat.h
index 75a14daae94b949289c9c447ddb434a03a7e5037..9ea923547727d3b36da78e53e57e3fa16e3975a5 100644 (file)
@@ -9,8 +9,3 @@ void cmd_sexp (char *argbuf);
 void delete_instant_messages(void);
 void cmd_gexp(char *);
 int send_instant_message(char *, char *, char *, char *);
-
-struct savelist {
-       struct savelist *next;
-       char roomname[ROOMNAMELEN];
-};