summaryrefslogtreecommitdiff
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/large_obj.h b/src/bin/psql/large_obj.h
index 85e708b1a4b..2af4bcbf9f8 100644
--- a/src/bin/psql/large_obj.h
+++ b/src/bin/psql/large_obj.h
@@ -3,7 +3,7 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.9 2001/10/25 05:49:54 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/large_obj.h,v 1.10 2001/10/28 06:25:58 momjian Exp $
*/
#ifndef LARGE_OBJ_H
#define LARGE_OBJ_H
@@ -12,4 +12,5 @@ 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);
bool do_lo_list(void);
+
#endif /* LARGE_OBJ_H */