summaryrefslogtreecommitdiffstats
path: root/libkcal/libical/examples/main.c
blob: 1be2de5c9ed2cf1d5829b7d724b3f28af7689735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* This is just to make the code in the example directory link properly. */
#include "ical.h"

int main()
{

    return 1;
}


void do_something(icalcomponent* comp){
}