aboutsummaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-03 23:56:59 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-03 23:56:59 +0200
commit60d51e5700a55bc3ae17e34f9f3da1d4653a3026 (patch)
tree7ae258360215ce63c591204f5ba8ec7080305f1e /src/struct.h
parentFix problem with no end date. (diff)
downloadcalp-60d51e5700a55bc3ae17e34f9f3da1d4653a3026.tar.gz
calp-60d51e5700a55bc3ae17e34f9f3da1d4653a3026.tar.xz
Everything seems to parse now.
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/struct.h b/src/struct.h
index d39cf471..a66dc201 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -17,7 +17,7 @@
SCM scm_make_vcomponent(SCM);
SCM scm_add_line_x (SCM, SCM, SCM);
SCM scm_add_child_x (SCM, SCM);
-SCM scm_make_vline ();
+SCM scm_make_vline (SCM);
SCM scm_add_attribute_x (SCM, SCM, SCM);
#endif /* STRUCT_H */