diff options
author | Allen Winter <allen.winter@kdab.com> | 2014-06-28 17:45:24 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2014-06-28 17:45:24 -0400 |
commit | 43858141030ba123a4959231cadc9951b983f0fd (patch) | |
tree | 8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /examples/main.c | |
download | libical-git-1.0.0.tar.gz |
Diffstat (limited to 'examples/main.c')
-rw-r--r-- | examples/main.c | 12 |
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){ +} |