OSDN Git Service

Update copyrights that were missed.
[pg-rex/syncrep.git] / src / bin / psql / large_obj.h
1 /*
2  * psql - the PostgreSQL interactive terminal
3  *
4  * Copyright (c) 2000-2005, PostgreSQL Global Development Group
5  *
6  * $PostgreSQL: pgsql/src/bin/psql/large_obj.h,v 1.15 2005/01/01 05:43:08 momjian Exp $
7  */
8 #ifndef LARGE_OBJ_H
9 #define LARGE_OBJ_H
10
11 bool            do_lo_export(const char *loid_arg, const char *filename_arg);
12 bool            do_lo_import(const char *filename_arg, const char *comment_arg);
13 bool            do_lo_unlink(const char *loid_arg);
14 bool            do_lo_list(void);
15
16 #endif   /* LARGE_OBJ_H */