diff options
author | Matthias Kramm <kramm@quiss.org> | 2009-04-09 18:41:24 +0200 |
---|---|---|
committer | Matthias Kramm <kramm@quiss.org> | 2009-04-09 18:41:24 +0200 |
commit | e4687b3aa2aed49fb16ba9e9561344d808750297 (patch) | |
tree | 5d04866759bcc11df50ccd3b7bb088b32493f5ef /lib/q.h | |
parent | b8aa0577aae67db4da5221459102202febc5c103 (diff) |
fixed a security bug in logging, added basic xml support to as3 compiler
Diffstat (limited to 'lib/q.h')
-rw-r--r-- | lib/q.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -132,6 +132,7 @@ typedef struct _trie { } trie_t; char* strdup_n(const char*str, int size); +char* allocprintf(const char*str, ...); unsigned int crc32_add_byte(unsigned int crc32, unsigned char b); unsigned int crc32_add_string(unsigned int crc32, const char*s); |