]> code.citadel.org Git - citadel.git/commitdiff
* hooks.h: removed
authorNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Sep 1998 03:39:31 +0000 (03:39 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Thu, 17 Sep 1998 03:39:31 +0000 (03:39 +0000)
        * sysdep.c, user_ops.c: removed reference to hooks.h

citadel/ChangeLog
citadel/hooks.h [deleted file]
citadel/sysdep.c
citadel/user_ops.c

index beed0cea4325a2c6c569240123c0f66213e09207..dbae0b1739fa918a7b9d022cecfe2aa6028f4a20 100644 (file)
@@ -5,6 +5,8 @@ Wed Sep 16 22:25:13 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 1998-09-16 Nathan Bryant <bryant@cs.usm.maine.edu>
        * ipc_c_tcp.c: Fixed up some #include/prototyping stuff, call memcpy()
          instead of bcopy()
+       * hooks.h: removed
+       * sysdep.c, user_ops.c: removed reference to hooks.h
 
 Wed Sep 16 11:42:42 EDT 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * ipc_c_tcp.c: Reversed any changes that have been made to this file,
diff --git a/citadel/hooks.h b/citadel/hooks.h
deleted file mode 100644 (file)
index 70572cf..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-void hook_init (void);
-void hook_start_session (int session_num);
-void hook_end_session (int session_num);
-void hook_command_received (int session_num, char *cmdbuf);
-void hook_crit_get (int session_num, int which_one);
-void hook_crit_got (int session_num, int which_one);
-void hook_crit_end (int session_num, int which_one);
-void hook_user_login (int session_num, char *user_name);
-void hook_room_name (int session_num, char *room_name);
-void hook_cleanup (void);
index f99c1d0e6efc340c87d1c9416261b602144bd464..dee294066b4f4d65b14d3f87345e9e20bda70089 100644 (file)
@@ -33,7 +33,6 @@
 #include "server.h"
 #include "sysdep_decls.h"
 #include "citserver.h"
-#include "hooks.h"
 #include "support.h"
 #include "config.h"
 #include "database.h"
index aa1f9b8b0156d6d338db59b8eed2906425ec555d..adc62995e9318f7a06eb2f63defbb43af5d0a36f 100644 (file)
@@ -20,7 +20,6 @@
 #include "user_ops.h"
 #include "sysdep_decls.h"
 #include "support.h"
-#include "hooks.h"
 #include "room_ops.h"
 #include "logging.h"
 #include "file_ops.h"