summaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-06-28 15:30:53 -0400
committerAllen Winter <allen.winter@kdab.com>2014-06-28 15:30:53 -0400
commitc363e524f603b4dbeb5bbde5971e7d1c9b26b206 (patch)
treeba17e68406efd25045f86b0c5403c6c4273f1097 /examples/main.c
downloadlibical-git-0.48.tar.gz
libical 0.48 (non-ancestor)v0.480.48
Diffstat (limited to 'examples/main.c')
-rw-r--r--examples/main.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/main.c b/examples/main.c
new file mode 100644
index 00000000..3d8d7777
--- /dev/null
+++ b/examples/main.c
@@ -0,0 +1,12 @@
+/* This is just to make the code in the example directory link properly. */
+#include <libical/ical.h>
+
+int main()
+{
+
+ return 1;
+}
+
+
+void do_something(icalcomponent* comp){
+}