summaryrefslogtreecommitdiffstats
path: root/lib/skin_parser/skin_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/skin_parser/skin_buffer.h')
-rw-r--r--lib/skin_parser/skin_buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/skin_parser/skin_buffer.h b/lib/skin_parser/skin_buffer.h
index fa8f149c71..ff477da539 100644
--- a/lib/skin_parser/skin_buffer.h
+++ b/lib/skin_parser/skin_buffer.h
@@ -28,4 +28,8 @@
void skin_buffer_init(size_t size);
/* Allocate size bytes from the buffer */
void* skin_buffer_alloc(size_t size);
+
+/* get the number of bytes currently being used */
+size_t skin_buffer_usage(void);
+size_t skin_buffer_freespace(void);
#endif