aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/sc_parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_parse.h b/src/sc_parse.h
index 9ebbc7c..6e23d97 100644
--- a/src/sc_parse.h
+++ b/src/sc_parse.h
@@ -33,6 +33,7 @@ typedef struct _scblock SCBlock;
extern SCBlock *sc_parse(const char *sc);
+extern SCBlock *sc_block_new(void);
extern void sc_block_free(SCBlock *bl);
extern SCBlock *sc_block_copy(const SCBlock *bl);