aboutsummaryrefslogtreecommitdiff
path: root/src/storycode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storycode.h')
-rw-r--r--src/storycode.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storycode.h b/src/storycode.h
index 6ba5e45..97d22f8 100644
--- a/src/storycode.h
+++ b/src/storycode.h
@@ -44,4 +44,6 @@ struct scblock *sc_block_list_next(SCBlockList *bl, SCBlockListIterator *iter);
extern SCBlockList *sc_find_blocks(const char *sc, const char *blockname);
extern void sc_block_list_free(SCBlockList *bl);
+extern struct frame *sc_unpack(const char *sc);
+
#endif /* STORYCODE_H */