/* * $Source$ * $Author$ * $Header$ * * (c) Copyright 1988 by the Massachusetts Institute of Technology. * For copying and distribution information, please see the file * . * */ #ifndef lint static char *rcsid_dumprest_qc = "$Header$"; #endif lint #include #include #include #include punt(msg) char *msg; { perror(msg); EXEC SQL DISCONNECT; exit(1); }