Imported Upstream version 1.0.0
[platform/upstream/libical.git] / examples / main.c
1 /* This is just to make the code in the example directory link properly. */
2 #include <libical/ical.h>
3
4 int main()
5 {
6
7     return 1;
8 }
9
10
11 void do_something(icalcomponent* comp){
12 }