Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 25 Aug 1998 00:34:03 +0000 (00:34 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 25 Aug 1998 00:34:03 +0000 (00:34 +0000)
commitc9b74bf4f13068eec3918a78e2267568230f0361
tree238ce3a7df4e03db4bb3035cf904f94167dc538e
parent4c151363b4ac3273854c6531a542d1547fcbc000
Mon Aug 24 20:04:04 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
        * Makefile.in: new target `cleaner' does the same as `realclean'
          without removing sysdep.h
        * proto.h: is bad. eliminate. I've moved the prototypes into several
          header files, one per .c file
35 files changed:
citadel/ChangeLog
citadel/Makefile.in
citadel/citadel.c
citadel/citadelapi.c
citadel/citadelapi.h
citadel/citserver.c
citadel/citserver.h
citadel/control.c
citadel/control.h [new file with mode: 0644]
citadel/database.c
citadel/database.h
citadel/file_ops.c
citadel/file_ops.h [new file with mode: 0644]
citadel/hooks.h [new file with mode: 0644]
citadel/housekeeping.c
citadel/housekeeping.h [new file with mode: 0644]
citadel/import.c
citadel/locate_host.c
citadel/locate_host.h [new file with mode: 0644]
citadel/logging.c
citadel/logging.h [new file with mode: 0644]
citadel/msgbase.c
citadel/msgbase.h [new file with mode: 0644]
citadel/room_ops.c
citadel/room_ops.h [new file with mode: 0644]
citadel/routines.h
citadel/serv_chat.c
citadel/serv_chat.h [new file with mode: 0644]
citadel/server.h
citadel/support.c
citadel/support.h
citadel/sysdep.c
citadel/sysdep_decls.h
citadel/user_ops.c
citadel/user_ops.h [new file with mode: 0644]