aboutsummaryrefslogblamecommitdiffstats
path: root/libical/examples/main.c
blob: 3d8d7777a3ae90875df188f7e32adf0bb2b36e2c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                                           
                         
 
          
 

             


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