summaryrefslogtreecommitdiffstats
path: root/runtime/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/print.h')
-rw-r--r--runtime/print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/print.h b/runtime/print.h
index d5c588a3..c2731a2f 100644
--- a/runtime/print.h
+++ b/runtime/print.h
@@ -12,5 +12,6 @@
static int _stp_print_init(void);
static void _stp_print_cleanup(void);
+static void *_stp_reserve_bytes(int numbytes);
#endif /* _STP_PRINT_H_ */