From: Dan Langille Date: Sat, 20 Dec 2003 19:06:43 +0000 (+0000) Subject: Add missing ; X-Git-Tag: Release-1.34.0~241 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ffe2b7f79eff5894a28596e0a5273f7ad3f1e06d;p=bacula%2Fbacula Add missing ; line up a function call git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@915 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index d25520787b..45311dab61 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -269,12 +269,12 @@ typedef struct s_db { } B_DB; void my_postgresql_free_result(B_DB *mdb); -POSTGRESQL_ROW my_postgresql_fetch_row(B_DB *mdb); +POSTGRESQL_ROW my_postgresql_fetch_row (B_DB *mdb); int my_postgresql_query (B_DB *mdb, char *query); void my_postgresql_data_seek (B_DB *mdb, int row); int my_postgresql_currval (B_DB *mdb, char *table_name); void my_postgresql_field_seek (B_DB *mdb, int row); -POSTGRESQL_FIELD * my_postgresql_fetch_field(B_DB *mdb) +POSTGRESQL_FIELD * my_postgresql_fetch_field(B_DB *mdb); /* "Generic" names for easier conversion */