Files
evolution/libical/examples/main.c
Federico Mena Quintero 5ccacd6a5b This commit was generated by cvs2svn to compensate for changes in r6917,
which included commits to RCS files with non-trunk default branches.

svn path=/trunk/; revision=6918
2000-12-11 22:07:15 +00:00

13 lines
169 B
C

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