Files
2007-01-22 23:37:12 +00:00

13 lines
177 B
C

/* 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){
}