summaryrefslogtreecommitdiff
path: root/examples/main.c
diff options
context:
space:
mode:
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){
+}