From 98bfb4f6aa76aa3a5242fe2db3d1fabc69a5bdae Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 10 Apr 2012 11:40:10 +0200 Subject: more cleanup fixed lost connections after fuse reinitializations --- pgsql.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pgsql.h') diff --git a/pgsql.h b/pgsql.h index cdf90bb..2d3d8f9 100644 --- a/pgsql.h +++ b/pgsql.h @@ -15,6 +15,9 @@ along with this program. If not, see . */ +#ifndef PGSQL_H +#define PGSQL_H + #include /* size_t */ #include /* mode_t */ @@ -40,3 +43,5 @@ int psql_create_dir( PGconn *conn, const int parent_id, const char *path, const int psql_write_buf( PGconn *conn, const int id, const char *path, const char *buf, const size_t len ); int psql_write_meta( PGconn *conn, const int id, const char *path, PgMeta meta ); + +#endif -- cgit v1.2.3-54-g00ecf