diff options
author | Allen Winter <allen.winter@kdab.com> | 2014-06-28 15:30:53 -0400 |
---|---|---|
committer | Allen Winter <allen.winter@kdab.com> | 2014-06-28 15:30:53 -0400 |
commit | c363e524f603b4dbeb5bbde5971e7d1c9b26b206 (patch) | |
tree | ba17e68406efd25045f86b0c5403c6c4273f1097 /examples/main.c | |
download | libical-git-0.48.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){ +} |