which included commits to RCS files with non-trunk default branches. git-svn-id: svn://10.0.0.236/trunk@240700 18797224-902f-48f8-a5cc-f745e15eee43
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){
|
|
}
|