Changeset 804 for trunk/ithildin/modules/ircd/commands/watch.c
- Timestamp:
- 06/01/07 04:10:37 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/commands/watch.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/commands/watch.c
r787 r804 12 12 */ 13 13 14 #include <ithildin/ stand.h>14 #include <ithildin/ithildin.h> 15 15 16 16 #include "ircd.h" … … 19 19 20 20 MODULE_REGISTER("$Rev$"); 21 /* 22 @DEPENDENCIES@: ircd 23 */ 21 const char *mdepends[] = MDEPENDS; 24 22 25 23 typedef struct watch watch_t;
Note: See TracChangeset
for help on using the changeset viewer.
