Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/azatoth/minidlna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sql.h
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard@users.sourceforge.net>2010-08-06 03:09:11 +0400
committerJustin Maggard <jmaggard@users.sourceforge.net>2010-08-06 03:09:11 +0400
commitc38c2fa46acc915e997cb7c94e4218825fcad586 (patch)
treea40bb85415d43da9e7a3d44e8632cf07ba7edb45 /sql.h
parent8611b3167d0fba88773ab56c452860c47a1bf611 (diff)
* Make Xbox360 support more generic for use with other PlaysForSure clients.
Diffstat (limited to 'sql.h')
-rw-r--r--sql.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql.h b/sql.h
index 9373e2b..7775848 100644
--- a/sql.h
+++ b/sql.h
@@ -21,4 +21,7 @@ sql_get_table(sqlite3 *db, const char *zSql, char ***pazResult, int *pnRow, int
int
sql_get_int_field(sqlite3 *db, const char *fmt, ...);
+char *
+sql_get_text_field(void *dbh, const char *fmt, ...);
+
#endif