summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-17 09:46:27 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-17 09:46:27 +0200
commit0ca43761e7ed260055c692d7f2cf804bcaa647b3 (patch)
tree2901eeebc3bb0af27209939451267ada7b60b4a0 /pgsql.h
parent80208e2c59fc426e2dc2ea4c9af2fa7f064a3331 (diff)
downloadpgfuse-0ca43761e7ed260055c692d7f2cf804bcaa647b3.tar.gz
pgfuse-0ca43761e7ed260055c692d7f2cf804bcaa647b3.tar.bz2
some code rearrangments around statfs functions
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/pgsql.h b/pgsql.h
index 4cdef32..abb58ec 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -100,10 +100,8 @@ size_t psql_get_block_size( PGconn *conn, const size_t block_size );
int64_t psql_get_fs_blocks_used( PGconn *conn );
-int64_t psql_get_fs_blocks_free( PGconn *conn, int verbose );
+int psql_get_tablespace_locations( PGconn *conn, char **location, size_t *nof_oids, int verbose );
int64_t psql_get_fs_files_used( PGconn *conn );
-int64_t psql_get_fs_files_free( PGconn *conn );
-
#endif