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 c2a394e..ff137af 100644
--- a/src/blob.h
+++ b/src/blob.h
@@ -65,5 +65,6 @@ int blob_pull_inet_addr(blob_t *b, struct in_addr *saddr);
blob_t blob_expand_head(blob_t *b, blob_t limits, unsigned char sep);
blob_t blob_expand_tail(blob_t *b, blob_t limits, unsigned char sep);
blob_t blob_shrink_tail(blob_t *b, blob_t limits, unsigned char sep);
+void blob_expand_head_bytes(blob_t *b, int bytes);
#endif