]> jfr.im git - irc/quakenet/newserv.git/blobdiff - sqlite/sqlite.h
Rename trusts_cidr2str to CIDRtostr() and move it to lib/irc_ipv6.c.
[irc/quakenet/newserv.git] / sqlite / sqlite.h
index d506d0cd938ab1e6bdf879abfcaa22f3f025ed7a..e5cf11460bc5193588d4bb55a3cbee509f39044e 100644 (file)
@@ -8,6 +8,7 @@
 typedef struct SQLiteResult {
   sqlite3_stmt *r;
   char first, final;
+  short flags;
 } SQLiteResult;
 
 typedef SQLiteResult SQLiteConn;