aboutsummaryrefslogtreecommitdiff
path: root/src/guile_type_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guile_type_helpers.h')
-rw-r--r--src/guile_type_helpers.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/guile_type_helpers.h b/src/guile_type_helpers.h
deleted file mode 100644
index c936f45d..00000000
--- a/src/guile_type_helpers.h
+++ /dev/null
@@ -1,14 +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);
-SCM scm_from_strbuf_symbol(strbuf* s);
-
-#endif /* GUILE_TYPE_HELPERS_H */