summaryrefslogtreecommitdiffstats
path: root/blob.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-09-14 13:06:29 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-09-14 13:22:08 +0300
commit4be1e8fd5e352a54e87a81979d5ad303efdcbffe (patch)
tree1a1271bea793e3914e1e2b6846db251186313ddb /blob.h
parent36a24c1ffd961b263e392d8167fa4799865c08f6 (diff)
downloadsquark-4be1e8fd5e352a54e87a81979d5ad303efdcbffe.tar.bz2
squark-4be1e8fd5e352a54e87a81979d5ad303efdcbffe.tar.xz
auth-ip: print information in shell compatible format
so we can dump information from http cgi-bin scripts.
Diffstat (limited to 'blob.h')
-rw-r--r--blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/blob.h b/blob.h
index 0c10ca6..76afed7 100644
--- a/blob.h
+++ b/blob.h
@@ -45,6 +45,7 @@ void blob_push(blob_t *b, blob_t d);
void blob_push_lower(blob_t *b, blob_t d);
void blob_push_byte(blob_t *b, unsigned char byte);
void blob_push_uint(blob_t *to, unsigned int value, int radix);
+void blob_push_ctime(blob_t *to, time_t t);
void blob_push_hexdump(blob_t *to, blob_t binary);
void blob_push_urldecode(blob_t *to, blob_t url);
void blob_push_urlencode(blob_t *to, blob_t url);