[dovecot-cvs] dovecot/src/lib-sql sql-api.c,1.2,1.3

cras at dovecot.org cras at dovecot.org
Sun Feb 27 01:19:11 EET 2005


Update of /var/lib/cvs/dovecot/src/lib-sql
In directory talvi:/tmp/cvs-serv3572/lib-sql

Modified Files:
	sql-api.c 
Log Message:
Forgot the actual sql_get_flags() function.



Index: sql-api.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-sql/sql-api.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sql-api.c	16 Oct 2004 16:47:12 -0000	1.2
+++ sql-api.c	26 Feb 2005 23:19:09 -0000	1.3
@@ -28,6 +28,11 @@
 	db->exec(db, query);
 }
 
+enum sql_db_flags sql_get_flags(struct sql_db *db)
+{
+	return db->get_flags(db);
+}
+
 void sql_query(struct sql_db *db, const char *query,
 	       sql_query_callback_t *callback, void *context)
 {



More information about the dovecot-cvs mailing list