]> andersk Git - moira.git/blobdiff - gdb/gdb_db.c
Remove `delete_user_by_uid' since it's never been used in any logs we have,
[moira.git] / gdb / gdb_db.c
index 5d8727eecb9feb3803433ae49d05010ff72235e3..07f299e0ebb62899bf5a8dd0be68d884aa28739e 100644 (file)
@@ -5,7 +5,7 @@
 
 #ifndef lint
 static char *rcsid_gdb_db_c = "$Header$";
-#endif lint
+#endif
 
 /************************************************************************/
 /*     
@@ -14,11 +14,14 @@ static char *rcsid_gdb_db_c = "$Header$";
 /*     Authors: Susan Ryan and Noah Mendelsohn
 /*     
 /*     Copyright: 1986 MIT Project Athena
+/*             For copying and distribution information, please see
+/*             the file <mit-copyright.h>.
 /*     
 /************************************************************************/
 
+#include <mit-copyright.h>
 #include <stdio.h>
-#include <strings.h>
+#include <string.h>
 #include "gdb.h"
 
 
@@ -235,6 +238,7 @@ DATABASE *db_handle;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_iadb(op, hcon, arg)
 OPERATION op;
@@ -565,6 +569,7 @@ char *request;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_ipdb(op, hcon, arg)
 OPERATION op;
@@ -885,6 +890,7 @@ char *query;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_idbq(op, hcon, arg)
 OPERATION op;
@@ -968,6 +974,7 @@ struct dbq_data *arg;
        /*      
        /*----------------------------------------------------------*/
 
+/*ARGSUSED*/
 int
 g_cdbq(op, hcon, arg)
 OPERATION op;
This page took 0.033244 seconds and 4 git commands to generate.