summaryrefslogtreecommitdiff
path: root/examples/main.c
blob: 3f7c78e0f4fd94df06988bfe1429db1cd88042dc (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(void)
{
    return 1;
}


void do_something(icalcomponent* comp)
{
    (void)comp;/*unused*/
}