summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-15 15:27:31 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-15 15:27:31 +0200
commit30b23afb5fca43110f09201897742c378eccb285 (patch)
tree3a584c9e708e5ecd09357fa8415b916a694d33a3 /pgsql.h
parent8f92530fd96cadff64fabc711c6b523ffb27fe29 (diff)
downloadpgfuse-30b23afb5fca43110f09201897742c378eccb285.tar.gz
pgfuse-30b23afb5fca43110f09201897742c378eccb285.tar.bz2
added statsfs patch from Роман Бородин
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pgsql.h b/pgsql.h
index 014cd96..29f9db9 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -98,4 +98,8 @@ int psql_rename( PGconn *conn, const int64_t from_id, const int64_t from_parent_
size_t psql_get_block_size( PGconn *conn, const size_t block_size );
+size_t psql_get_fs_used( PGconn *conn );
+
+size_t psql_get_fs_free( PGconn *conn );
+
#endif