summaryrefslogtreecommitdiff
path: root/pgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'pgsql.h')
-rw-r--r--pgsql.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pgsql.h b/pgsql.h
index e12e4a6..39c6ca7 100644
--- a/pgsql.h
+++ b/pgsql.h
@@ -70,11 +70,11 @@ int psql_rollback( PGconn *conn );
/* --- the filesystem functions --- */
-int psql_path_to_id( PGconn *conn, const char *path );
+int64_t psql_path_to_id( PGconn *conn, const char *path );
-int psql_read_meta( PGconn *conn, const int64_t id, const char *path, PgMeta *meta );
+int64_t psql_read_meta( PGconn *conn, const int64_t id, const char *path, PgMeta *meta );
-int psql_read_meta_from_path( PGconn *conn, const char *path, PgMeta *meta );
+int64_t psql_read_meta_from_path( PGconn *conn, const char *path, PgMeta *meta );
int psql_write_meta( PGconn *conn, const int64_t id, const char *path, PgMeta meta );