diff options
Diffstat (limited to 'libkcal/libical/examples/main.c')
-rw-r--r-- | libkcal/libical/examples/main.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libkcal/libical/examples/main.c b/libkcal/libical/examples/main.c new file mode 100644 index 000000000..1be2de5c9 --- /dev/null +++ b/libkcal/libical/examples/main.c @@ -0,0 +1,12 @@ +/* This is just to make the code in the example directory link properly. */ +#include "ical.h" + +int main() +{ + + return 1; +} + + +void do_something(icalcomponent* comp){ +} |