aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/large_obj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/large_obj.h')
-rw-r--r--src/bin/psql/large_obj.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/large_obj.h b/src/bin/psql/large_obj.h
index 17e1c81d6df..b8fcfde04db 100644
--- a/src/bin/psql/large_obj.h
+++ b/src/bin/psql/large_obj.h
@@ -3,13 +3,11 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.7 2000/01/29 16:58:49 petere Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.8 2000/02/16 13:15:26 momjian Exp $
*/
#ifndef LARGE_OBJ_H
#define LARGE_OBJ_H
-#include <c.h>
-
bool do_lo_export(const char *loid_arg, const char *filename_arg);
bool do_lo_import(const char *filename_arg, const char *comment_arg);
bool do_lo_unlink(const char *loid_arg);