aboutsummaryrefslogtreecommitdiff
path: root/src/ctpp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ctpp.c')
-rw-r--r--src/ctpp.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ctpp.c b/src/ctpp.c
new file mode 100644
index 0000000..f0759d0
--- /dev/null
+++ b/src/ctpp.c
@@ -0,0 +1,7 @@
+#include <ct/ctpp.h>
+#include <ct/debug.h>
+
+void add_predefined_variable(const char *var)
+{
+ debug("adding predefined variable '%s'...\n", var);
+}