]> code.citadel.org Git - citadel.git/commitdiff
* ipcdef.h: remove prototype for connection_died(), it doesn't belong there
authorMichael Hampton <io_error@uncensored.citadel.org>
Mon, 30 Sep 2002 07:32:09 +0000 (07:32 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Mon, 30 Sep 2002 07:32:09 +0000 (07:32 +0000)
citadel/ChangeLog
citadel/ipcdef.h

index 32cdd19e92155d458bd9d66e3f0ac0e9f4108947..0efdac8f61e1dcfe2d71221946d7f3f090d237cd 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.13  2002/09/30 07:32:09  error
+ * ipcdef.h: remove prototype for connection_died(), it doesn't belong there
+
  Revision 601.12  2002/09/30 07:20:35  error
  * Fix configure mis-detecting libical and zlib and a missing semicolon in
    tools.h
@@ -4030,3 +4033,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
index 9451f0fbd7d3362695ceb9baedb471b95cb84fef..8cbb12729a0602c065cc5b1d70fa652597470480 100644 (file)
@@ -80,4 +80,3 @@ struct CtdlServInfo {
 
 void serv_puts(char *buf);
 void serv_gets(char *buf);
-void connection_died(void);