fixed a security bug in logging, added basic xml support to as3 compiler
[swftools.git] / lib / q.h
diff --git a/lib/q.h b/lib/q.h
index 997b470..4674cf4 100644 (file)
--- a/lib/q.h
+++ b/lib/q.h
@@ -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);