/* This is just to make the code in the example directory link properly. */ #include int main(void) { return 1; } void do_something(icalcomponent* comp) { (void)comp;/*unused*/ }