]> git.sur5r.net Git - bacula/bacula/commitdiff
Add missing ;
authorDan Langille <dan@langille.org>
Sat, 20 Dec 2003 19:06:43 +0000 (19:06 +0000)
committerDan Langille <dan@langille.org>
Sat, 20 Dec 2003 19:06:43 +0000 (19:06 +0000)
line up a function call

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@915 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/cats.h

index d25520787b03699dbf2097902332ac33e4d6b130..45311dab61080a940f283044fb8b11e96e2c764b 100644 (file)
@@ -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 */