aboutsummaryrefslogtreecommitdiff
path: root/guile_type_helpers.h__
blob: bb69312d6aa659f9c915783438f8f2d3f962a444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef GUILE_TYPE_HELPERS_H
#define GUILE_TYPE_HELPERS_H

#include <libguile.h>

#include "calendar.h"
#include "strbuf.h"

SCM scm_from_strbuf(strbuf* s);

SCM scm_from_vector(VECT(vcomponent)* vect, SCM element_type);

#endif /* GUILE_TYPE_HELPERS_H */