13 lines
177 B
C
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){
|
|
}
|