Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
authorNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 18 Aug 1998 04:50:10 +0000 (04:50 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Tue, 18 Aug 1998 04:50:10 +0000 (04:50 +0000)
commitae822088bca5cce3d6c3ef7f6d312a6d5de7a77c
treee94d1b5bbf6c50b81f0af68cc78b4367e618f7c0
parent318aa2adec10d6291ca684f3362c70ab89796cc3
Tue Aug 18 00:42:33 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
        * Makefile.in: `clean' target no longer rm's sysdep.h; new target
          `realclean' removes everything clean does, plus sysdep.h, plus
          target binaries.
        * *.[ch]: protoized. Added several new header files containing
          prototypes and other external declarations; many duplicated
          declarations still should be moved to header files. proto.h must die
          as well, IMHO.
56 files changed:
citadel/ChangeLog
citadel/Makefile.in
citadel/aidepost.c
citadel/citadel.c
citadel/citadel.h
citadel/citadel_decls.h [new file with mode: 0644]
citadel/citadelapi.c
citadel/citadelapi.h [new file with mode: 0644]
citadel/citmail.c
citadel/citserver.c
citadel/citserver.h [new file with mode: 0644]
citadel/client_chat.c
citadel/client_chat.h [new file with mode: 0644]
citadel/commands.c
citadel/commands.h [new file with mode: 0644]
citadel/config.c
citadel/config.h [new file with mode: 0644]
citadel/config_decls.h [deleted file]
citadel/control.c
citadel/database.c
citadel/database.h [new file with mode: 0644]
citadel/file_ops.c
citadel/housekeeping.c
citadel/internetmail.c
citadel/internetmail.h [new file with mode: 0644]
citadel/ipc.h [new file with mode: 0644]
citadel/ipc_c_tcp.c
citadel/ipcdef.h
citadel/mailinglist.c
citadel/messages.c
citadel/messages.h [new file with mode: 0644]
citadel/msgbase.c
citadel/msgform.c
citadel/netmailer.c
citadel/netpoll.c
citadel/netproc.c
citadel/netsetup.c
citadel/rcit.c
citadel/readlog.c
citadel/room_ops.c
citadel/rooms.c
citadel/rooms.h [new file with mode: 0644]
citadel/routines.c
citadel/routines.h [new file with mode: 0644]
citadel/routines2.c
citadel/routines2.h [new file with mode: 0644]
citadel/serv_info.c
citadel/serv_info.h [new file with mode: 0644]
citadel/setup.c
citadel/stats.c
citadel/support.h [new file with mode: 0644]
citadel/sysdep.c
citadel/sysdep_decls.h [new file with mode: 0644]
citadel/user_ops.c
citadel/userlist.c
citadel/whobbs.c