aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-19 20:53:20 +0100
committerThomas White <taw@physics.org>2018-03-19 21:00:42 +0100
commit7b1a339f11602da54059af96692641fddab02c28 (patch)
treefc277afb905964cfc93ea16f597536459c02358a
parent3a9cb6a0bd1336ff2420ddf9e9b249261ade03a6 (diff)
Add missing prototype
-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);