]> andersk Git - moira.git/blob - backup/dumprest.dc
Initial revision
[moira.git] / backup / dumprest.dc
1 /*
2  *      $Source$
3  *      $Author$
4  *      $Header$
5  *
6  *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
7  *  For copying and distribution information, please see the file
8  *  <mit-copyright.h>.
9  *
10  */
11
12 #ifndef lint
13 static char *rcsid_dumprest_qc = "$Header$";
14 #endif lint
15
16 #include <stdio.h>
17 #include <sys/file.h>
18 #include <strings.h>
19 #include <mit-copyright.h>
20
21 punt(msg)
22         char *msg;
23 {
24         perror(msg);
25         EXEC SQL DISCONNECT;
26         exit(1);
27 }
This page took 0.039661 seconds and 5 git commands to generate.