]> andersk Git - moira.git/commitdiff
added stuff for journal
authormar <mar>
Thu, 11 Aug 1988 20:43:05 +0000 (20:43 +0000)
committermar <mar>
Thu, 11 Aug 1988 20:43:05 +0000 (20:43 +0000)
reg_svr/reg_svr.h

index 64989a2942cf59935fed4895d55864748e00ff63..040936418b27ee6c4e5a197a57206796c1583c84 100644 (file)
@@ -87,3 +87,9 @@ int format_pkt();             /* Prepare a packet to send to client*/
 int verify_user();             /* Make sure user is allowed to register */
 int reserve_user();            /* Reserve a login for this user */
 int set_password();            /* Set this user's password */
+
+
+/* For logging successful database transactions */
+#define JOURNAL "/u1/sms/journal.reg"
+extern FILE *journal;
+
This page took 0.820446 seconds and 5 git commands to generate.