
which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=6918
13 lines
169 B
C
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){
|
|
}
|