summaryrefslogtreecommitdiff
path: root/examples/main.c
blob: 587dbd2171d8e70345e2bc10d8a467c16e33c3e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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)
{
    (void)comp;/*unused*/
}