aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2014-07-30 09:21:40 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2014-07-30 09:21:40 +0000
commit2ccbe20c2c969c53330e06470f2137b4f01ba3d1 (patch)
tree7fb764f2898abe4ac9cace2503bf5f47c52df377 /src/include
parent292ab01156b6635d80fcb3fd4fd20bc702db1d3d (diff)
downloadgnunet-2ccbe20c2c969c53330e06470f2137b4f01ba3d1.tar.gz
gnunet-2ccbe20c2c969c53330e06470f2137b4f01ba3d1.zip
- untabify
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_postgres_lib.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/include/gnunet_postgres_lib.h b/src/include/gnunet_postgres_lib.h
index 183105cd7..e2fc6b0e5 100644
--- a/src/include/gnunet_postgres_lib.h
+++ b/src/include/gnunet_postgres_lib.h
@@ -53,8 +53,8 @@ extern "C"
53 */ 53 */
54int 54int
55GNUNET_POSTGRES_check_result_ (PGconn *dbh, PGresult * ret, int expected_status, 55GNUNET_POSTGRES_check_result_ (PGconn *dbh, PGresult * ret, int expected_status,
56 const char *command, const char *args, 56 const char *command, const char *args,
57 const char *filename, int line); 57 const char *filename, int line);
58 58
59 59
60/** 60/**
@@ -108,8 +108,8 @@ GNUNET_POSTGRES_exec_ (PGconn *dbh, const char *sql, const char *filename, int l
108 */ 108 */
109int 109int
110GNUNET_POSTGRES_prepare_ (PGconn *dbh, const char *name, const char *sql, 110GNUNET_POSTGRES_prepare_ (PGconn *dbh, const char *name, const char *sql,
111 int nparams, 111 int nparams,
112 const char *filename, int line); 112 const char *filename, int line);
113 113
114 114
115/** 115/**
@@ -133,7 +133,7 @@ GNUNET_POSTGRES_prepare_ (PGconn *dbh, const char *name, const char *sql,
133 */ 133 */
134PGconn * 134PGconn *
135GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 135GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
136 const char *section); 136 const char *section);
137 137
138 138
139/** 139/**
@@ -147,8 +147,8 @@ GNUNET_POSTGRES_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
147 */ 147 */
148int 148int
149GNUNET_POSTGRES_delete_by_rowid (PGconn *dbh, 149GNUNET_POSTGRES_delete_by_rowid (PGconn *dbh,
150 const char *stmt, 150 const char *stmt,
151 uint32_t rowid); 151 uint32_t rowid);
152 152
153 153
154 154