aboutsummaryrefslogtreecommitdiff
path: root/src/sc_interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_interp.h')
-rw-r--r--src/sc_interp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/sc_interp.h b/src/sc_interp.h
index 418d6a6..764b532 100644
--- a/src/sc_interp.h
+++ b/src/sc_interp.h
@@ -31,6 +31,9 @@
struct frame;
+#define SCCONST_SLIDENUMBER (0)
+#define NUM_SC_CONSTANTS (1)
+
struct presentation;
typedef struct _scinterp SCInterpreter;
typedef struct _sccallbacklist SCCallbackList;
@@ -52,6 +55,8 @@ extern void sc_interp_restore(SCInterpreter *scin);
extern int sc_interp_add_block(SCInterpreter *scin, SCBlock *bl, Stylesheet *ss);
+extern void sc_interp_set_constant(SCInterpreter *scin, unsigned int constant,
+ const char *val);
/* Callback lists */
extern SCCallbackList *sc_callback_list_new();