]> andersk Git - moira.git/blobdiff - server/qaccess.pc
second code style cleanup: void/void * usage, proper #includes. try to
[moira.git] / server / qaccess.pc
index a1cc322f1075bb895edcc9ecced5e994acb053bc..fc273ae2a228649076c4b36321675c34c6f732af 100644 (file)
@@ -1,24 +1,23 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
+/* $Id$
  *
- *     Copyright (C) 1987 by the Massachusetts Institute of Technology
- *     For copying and distribution information, please see the file
- *     <mit-copyright.h>.
+ * Check access to queries
  *
+ * Copyright (C) 1987-1998 by the Massachusetts Institute of Technology
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#ifndef lint
-static char *rcsid_qsupport_dc = "$Header$";
-#endif lint
-
 #include <mit-copyright.h>
 #include "mr_server.h"
+#include "qrtn.h"
 #include "query.h"
+
 #include <ctype.h>
+#include <stdlib.h>
+
 EXEC SQL INCLUDE sqlca;
-#include "qrtn.h"
+
+RCSID("$Header$");
 
 extern char *whoami;
 extern int dbms_errno, mr_errcode;
This page took 0.071056 seconds and 4 git commands to generate.