summaryrefslogtreecommitdiff
path: root/xs.h
diff options
context:
space:
mode:
Diffstat (limited to 'xs.h')
-rw-r--r--xs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xs.h b/xs.h
index 9195bc0..b4a77d0 100644
--- a/xs.h
+++ b/xs.h
@@ -37,6 +37,7 @@ typedef char d_char;
37#define _XS_BLK_SIZE 16 37#define _XS_BLK_SIZE 16
38#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE) 38#define _xs_blk_size(sz) ((((sz) + _XS_BLK_SIZE) / _XS_BLK_SIZE) * _XS_BLK_SIZE)
39 39
40void _xs_destroy(char **var);
40#define xs_debug() kill(getpid(), 5) 41#define xs_debug() kill(getpid(), 5)
41xstype xs_type(const char *data); 42xstype xs_type(const char *data);
42int xs_size(const char *data); 43int xs_size(const char *data);