summaryrefslogtreecommitdiffstats
path: root/src/blob.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/blob.h')
-rw-r--r--src/blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blob.h b/src/blob.h
index 6a8e51c..c2a394e 100644
--- a/src/blob.h
+++ b/src/blob.h
@@ -42,6 +42,7 @@ char *blob_cstr_dup(blob_t b);
blob_t blob_dup(blob_t b);
int blob_cmp(blob_t a, blob_t b);
int blob_icmp(blob_t a, blob_t b);
+void blob_lowercase(blob_t blob);
unsigned long blob_inet_addr(blob_t buf);
blob_t blob_pushed(blob_t buffer, blob_t left);