summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-25 19:32:13 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-25 19:32:13 +0200
commitff33cf46862c7c88ae2250e787dd00f2b946c9e6 (patch)
treed04b1e0e3f6f599cba08b2d5490e71f6dbe19e59 /pgsql.h
parent41594b8a1afc1978f7de64fb34b3adaa1c9009df (diff)
downloadpgfuse-ff33cf46862c7c88ae2250e787dd00f2b946c9e6.tar.gz
pgfuse-ff33cf46862c7c88ae2250e787dd00f2b946c9e6.tar.bz2
some work for rename
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pgsql.h b/pgsql.h
index 8ed461d..17f7c62 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -92,4 +92,6 @@ int psql_write_buf( PGconn *conn, const int id, const char *path, const char *bu
int psql_truncate( PGconn *conn, const int id, const char *path, const off_t offset );
+int psql_rename( PGconn *conn, const char *from, const char *to );
+
#endif