aboutsummaryrefslogtreecommitdiff
path: root/guile_type_helpers.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:11:11 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-03-22 20:17:52 +0100
commitd46183860c1f3f10095e95023adcb79b1896ab0e (patch)
treedd331a0efe9777bfe84160139da1e39df3226b71 /guile_type_helpers.h
parentAdd stuff to test.scm. (diff)
downloadcalp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.gz
calp-d46183860c1f3f10095e95023adcb79b1896ab0e.tar.xz
Move C and Scheme code into subdirs.
Diffstat (limited to 'guile_type_helpers.h')
-rw-r--r--guile_type_helpers.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/guile_type_helpers.h b/guile_type_helpers.h
deleted file mode 100644
index 2ff177e1..00000000
--- a/guile_type_helpers.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef GUILE_TYPE_HELPERS_H
-#define GUILE_TYPE_HELPERS_H
-
-#include <libguile.h>
-
-#include "calendar.h"
-#include "strbuf.h"
-
-#define SCM_IS_LIST(x) scm_is_true(scm_list_p(x))
-
-SCM scm_from_strbuf(strbuf* s);
-
-#endif /* GUILE_TYPE_HELPERS_H */