]> code.citadel.org Git - citadel.git/commit
* Yanked the citadelapi.c module. This wasn't working out well.
authorArt Cancro <ajc@citadel.org>
Tue, 1 Sep 1998 02:50:53 +0000 (02:50 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 1 Sep 1998 02:50:53 +0000 (02:50 +0000)
commit6ba2c81bc0ef278ac3ff5b927e558593bfc3308c
treeae8e84159fcab1fc7d8acb392c0b6add60e187ae
parentbeb5278c0d992b5ceb41d58b2c088e3f467f2145
    * Yanked the citadelapi.c module.  This wasn't working out well.
        * techdocs/citadelapi.txt - began documenting the new API to be used
          by modules which will be dynamic linked into the server - most of
          this API is existing server functions.
        * Added a ForEachUser() function with callback mechanism, and reworked
          cmd_list() to use it.
citadel/ChangeLog
citadel/Makefile.in
citadel/citadelapi.c [deleted file]
citadel/messages.c
citadel/rooms.c
citadel/routines.c
citadel/routines2.c
citadel/techdoc/api.txt [deleted file]
citadel/techdoc/citadelapi.txt [new file with mode: 0644]
citadel/user_ops.c