diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-16 15:05:00 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-10-16 15:05:00 +0000 |
commit | 2db88fcaf25e6cfb37aa33fb7478676c3d30889f (patch) | |
tree | 59c5f60d11b2a43e273625d3b1a7e36b19af578d /include/extern.h | |
parent | 6e77a5d94d554398b2d6965597da9d94bdb3a8f5 (diff) |
BUILD : 1.7.16 (1175) BUGS : 612 NOTES : Fixed a number of MySQL/RDB-related functions which did not correctly escape their arguments
git-svn-id: svn://svn.anope.org/anope/trunk@1175 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@896 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 3f5da4853..efe5fb85c 100644 --- a/include/extern.h +++ b/include/extern.h @@ -490,6 +490,7 @@ E int NumUlines; E int rdb_init(); E int rdb_open(); E int rdb_close(); +E char *rdb_quote(char *str); E int rdb_tag_table(char *table); E int rdb_clear_table(char *table); E int rdb_scrub_table(char *table, char *clause); |