]> andersk Git - moira.git/blobdiff - backup/dumprest.pc
Initialize a few more things to NULL.
[moira.git] / backup / dumprest.pc
index dd224f02acb5e467b6966507b98516243e2815f6..cd44b316b6587c10e57bf2991c925016745decd0 100644 (file)
@@ -1,28 +1,27 @@
-/*
- *     $Source$
- *     $Author$
- *     $Header$
- *
- *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
- *  For copying and distribution information, please see the file
- *  <mit-copyright.h>.
+/* $Id$
  *
+ * (c) Copyright 1988-1998 by the Massachusetts Institute of Technology.
+ * For copying and distribution information, please see the file
+ * <mit-copyright.h>.
  */
 
-#ifndef lint
-static char *rcsid_dumprest_qc = "$Header$";
-#endif lint
+#include <mit-copyright.h>
+#include <moira.h>
+#include "dump_db.h"
 
 #include <stdio.h>
-#include <mit-copyright.h>
 
-int punt(char *msg)
+RCSID("$Header$");
+
+extern void sqlglm(char *, unsigned int *, unsigned int *);
+
+void punt(char *msg)
 {
   perror(msg);
   exit(1);
 }
 
-int dbmserr(void)
+void dbmserr(void)
 {
   EXEC SQL BEGIN DECLARE SECTION;
   char err_msg[256];
This page took 0.472701 seconds and 4 git commands to generate.