* added RCS Id keyword strings to sources
authorNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 4 Nov 1998 20:05:05 +0000 (20:05 +0000)
committerNathan Bryant <loanshark@uncensored.citadel.org>
Wed, 4 Nov 1998 20:05:05 +0000 (20:05 +0000)
33 files changed:
citadel/axdefs.h
citadel/citadel.h
citadel/citadel_decls.h
citadel/citserver.h
citadel/client_chat.h
citadel/commands.h
citadel/config.h
citadel/control.h
citadel/database.h
citadel/dynloader.h
citadel/file_ops.h
citadel/housekeeping.h
citadel/internetmail.h
citadel/ipc.h
citadel/ipcdef.h
citadel/locate_host.h
citadel/logging.h
citadel/messages.h
citadel/msgbase.h
citadel/policy.h
citadel/room_ops.h
citadel/rooms.h
citadel/routines.h
citadel/routines2.h
citadel/serv_chat.h
citadel/serv_info.h
citadel/server.h
citadel/snprintf.h
citadel/support.h
citadel/sysconfig.h
citadel/sysdep_decls.h
citadel/tools.h
citadel/user_ops.h

index a32254e79d1c0b707222fd8e7a827e7a21754d2c..0b3084e66d3a7e905a6716a272c28edc28522e0c 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #ifndef AXDEFS
 
 char *axdefs[]={
index 4c22bfb5ca44c9aad0df766f446989c10ce93755..1a5aa805b3b0612858901520e68cccfe2bd348c2 100644 (file)
@@ -1,6 +1,7 @@
 /* citadel.h
  * main Citadel/UX header file
  * see copyright.txt for copyright information
+ * $Id$
  */
 
 /* system customizations are in sysconfig.h */
index 26f64b887eb79abf6b9aef63149b6ddfff19bbe4..fed6c240483d38e8b4b23b3a94386649cdce8907 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 extern char fullname[32];
 extern unsigned room_flags;
 extern char room_name[32];
index 7e51353c2c3f6c8ad70abe33cc94fa105ca2a696..9d6ef1286172f9d5b5935e2f93910c7b725e9c93 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void master_startup (void);
 void master_cleanup (void);
 void cleanup_stuff (void *arg);
index 4243c503a8a999f02c7b8777fe85402c766a52e7..a1866596d4604f3a72d962f0358e69c489a61f2d 100644 (file)
@@ -1 +1,2 @@
+/* $Id$ */
 void chatmode(void);
index 5cc18ae4ad29df534d18f32a75386ef6548731c8..eb57ef5d526eefdf7048633c25945f8f6dd2788a 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void load_command_set(void);
 void sttybbs(int cmd);
 void newprompt(char *prompt, char *str, int len);
index 0a99f5b52a89966e602b0f88ab2bfec6f80d03e8..ce092c28bcd1a327bbf9f5aba6cca40b829ca9f5 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void get_config(void);
 void put_config(void);
 extern struct config config;
index 56be87f34089dbdfa4b2a18513cb8bbb58410fd1..17967bc471c9fc0fa7341948ca01049bc9ba4c31 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void get_control (void);
 void put_control (void);
 long int get_new_message_number (void);
index 53160696ac0a4f826884ef72e902d5a6dbd3764c..fd029f5576c021c71ed49e0899a1c5d4377cc1aa 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void defrag_databases (void);
 void open_databases (void);
 void close_databases (void);
index 55ac3b8c6e07b608d273c1b32125e7444b0cf21b..700172718105b81a348b33d29bc41c28fb3f9c3c 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 struct DLModule_Info
 {
    char *module_name;
index ce4f46a1b0d3c7cc20dfc66281c13466eae140a9..54f25d2dc7daa054dd05d0fd6c02f19ca5ca66aa 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void cmd_delf (char *filename);
 void cmd_movf (char *cmdbuf);
 void cmd_netf (char *cmdbuf);
index 9ec3e62b85ae6ab167d312b8a2144150134e49fc..b10acf3514d58336604ae25c8087784cafe5030a 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void terminate_idle_sessions (void);
 void do_housekeeping (void);
 void check_ref_counts (void);
index 00c565297b15bc801f75311a1781dfcbec1e0cb1..71c1d80cba6703c36f14d66ff25bacea8ed48659 100644 (file)
@@ -1,2 +1,3 @@
+/* $Id$ */
 void LoadInternetConfig(void);
 int IsHostLocal(char *WhichHost);
index 930550654fff3dffc00a0a2d158f26008e95debe..19ffc62d7e902d902d3df4b96f11d4f33af8b070 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void attach_to_server(int argc, char **argv);
 extern char server_is_local;
 int getsockfd(void);
index 49eb61943af5e700ccea09ee0f67fcb0a5e9d866..9e597250d71a0ed45106722e65505695d1f04f2c 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 #ifdef OK
 #undef OK
 #endif
index 584ca2952a773fbe1f1357a0aebb6a968a56355f..73a88ebd7db0f8c642efab47d41147db1bd2d738 100644 (file)
@@ -1 +1,2 @@
+/* $Id$ */
 void locate_host(char *tbuf);
index 5d3ab64edd18a9cb4047c27b9a6e79cbeaf51034..72583f7ba949a22638a47a7e6e9c8f2996ee742b 100644 (file)
@@ -1 +1,2 @@
+/* $Id$ */
 void rec_log (unsigned int lrtype, char *name);
index 8417a392d93b79c7c7357f6bd1fb98774446a1d7..52a75849b9426b9166531344de8619913f8783ba 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 int ka_system(char *shc);
 int entmsg(int is_reply, int c);
 void readmsgs(int c, int rdir, int q);
index 0c4232066b6b51e0c0100c3ed77dd3139b2edf8b..294e8c33feb2b6ff31f5969a276447daaebfe8f8 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 int alias (char *name);
 void get_mm (void);
 void cmd_msgs (char *cmdbuf);
index 387cb21989ca19cd1cfe308cf5ce78a4c8d121d6..0c647bdd58591b3fcb8d36b90c61f5475169f4c8 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void GetExpirePolicy(struct ExpirePolicy *epbuf, struct quickroom *qrbuf);
 void cmd_gpex(char *argbuf);
 void cmd_spex(char *argbuf);
index d89a95206af9b099242cb726d1c8158bb73f17a0..5cedacd836f772ddc31b4b33b9126cb66e725ad5 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 int is_known (struct quickroom *roombuf, int roomnum,
              struct usersupp *userbuf);
 int has_newmsgs (struct quickroom *roombuf, int roomnum,
index b026768b02f0678e646c92435e8fb1ac6a7c9ae8..a5af6a917e0e00df426cb53ab369dd18c4386bbc 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void listzrooms(void);
 void readinfo(void);
 void forget(void);
index 89b9fe35854f27975e0f3fd9b9dfddc615089df7..6adfac88c2ffd80124f4c8ff831f35e5c72c303a 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void edituser(void);
 void extract(char *dest, char *source, int parmnum);
 long extract_long(char *source, int parmnum);
index ea908bfd5c03d57066913bb13596a05137c6bbde..087465bedfbf0c4ce3dd5bc04970332e600ba90b 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void updatels(void);
 void updatelsa(void);
 void movefile(void);
index b9d5e6cb6564aca7402c268f3488efc57b042207..689598db621342c1decdf12695504d709a22e4a6 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void ChatUnloadingTest(void);
 void allwrite (char *cmdbuf, int flag, char *roomname, char *username);
 t_context *find_context (char **unstr);
index f2cb7bf96968d2315acb2e4babaa39256d96e6b5..707711476b0a6a9b9ca9e3406b2af7c8bd9ab637 100644 (file)
@@ -1 +1,2 @@
+/* $Id$ */
 void CtdlInternalGetServInfo(struct CtdlServInfo *infobuf);
index 7be7182c0d6beef40a6f20c61e859932e9da1b10..96258a208641c8f214ef2a42fe993d4c73790f92 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 typedef pthread_t THREAD;
 
 
index 29fee85623fb825a7205ecc662d1622328a2d3fc..aa082b4451c9350eb0c45733f912ffad1528f78b 100644 (file)
@@ -1,2 +1,3 @@
+/* $Id$ */
 int snprintf (char *buf, size_t max, const char *fmt, ...);
 int vsnprintf (char *buf, size_t max, const char *fmt, va_list argp);
index 1eed11470480b2d935cba38d724e2460f936f4a4..97d4bbbc159a24d52a739fe4eec3b48cd3c333a6 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void strproc (char *string);
 int num_parms (char *source);
 void extract (char *dest, char *source, int parmnum);
index 6726a7fd0635082e68db3760d87ad4b4c11fd8f2..49384e425bb413a7edc2a2e95aa6f23a6eb7094f 100644 (file)
@@ -7,6 +7,8 @@
 /* otherwise your files will be munged beyond repair.                       */
 /****************************************************************************/
 
+/* $Id$ */
+
 /* NOTE THAT THIS FILE IS MUCH, MUCH SMALLER THAN IT USED TO BE.
  * That's because the setup program now creates a citadel.config file with
  * all of the settings that don't really need to be in a header file.
index 1e0b7a6bed6d6b9ec2718bcbb1a10dde812f3e27..4f1587f8c2941a6dfb42f99906c8c38668f47ae3 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 void lprintf (int loglevel, const char *format, ...);
 void init_sysdep (void);
 void begin_critical_section (int which_one);
index 72e231ac018b6bd9c70805d96ce97e5081cb8577..5387f2606213993addfcceab2db6708e4c05c451 100644 (file)
@@ -1 +1,2 @@
+/* $Id$ */
 char *safestrncpy(char *dest, const char *src, size_t n);
index 9054665d100ae25a829c7090bc19876dbb97af4d..bec8ca97b260d0c8e3882526e8ee6c2a4663fa51 100644 (file)
@@ -1,3 +1,4 @@
+/* $Id$ */
 int hash (char *str);
 int getuser (struct usersupp *usbuf, char *name);
 int lgetuser (struct usersupp *usbuf, char *name);