]> andersk Git - moira.git/blobdiff - lib/mr_query.c
in ASCII backups, write `|'s within fields as \174 instead of \| so
[moira.git] / lib / mr_query.c
index 0058754bc23c9bfe54bf2d29581f5e27c0334e3c..16eca18e09781cf5db9851a93db4e304ff479ba3 100644 (file)
 
 #ifndef lint
 static char *rcsid_sms_query_c = "$Header$";
-#endif lint
+#endif
 
 #include <mit-copyright.h>
 #include "mr_private.h"
 #include <string.h>
+#include <stdlib.h>
 
 /*
  * This routine is the primary external interface to the mr library.
@@ -23,7 +24,7 @@ static char *rcsid_sms_query_c = "$Header$";
  * It builds a new argument vector with the query handle prepended,
  * and calls mr_query_internal.
  */
-int level = 0;
+static int level = 0;
 
 int mr_query(name, argc, argv, callproc, callarg)
     char *name;                /* Query name */
This page took 0.024925 seconds and 4 git commands to generate.