aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/main.c
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-08-25 03:31:04 +0800
committernobody <nobody@localhost>2000-08-25 03:31:04 +0800
commitb16544b985e2961d1370296a4fa6fb6b4e85555e (patch)
tree326f8add6f99e8cdfb8b20b93d76e2e4b500f7c7 /libical/examples/main.c
parentaf3014fa3ec6a8c4b934150d363c0858a9333411 (diff)
downloadgsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar.gz
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar.bz2
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar.lz
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar.xz
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.tar.zst
gsoc2013-evolution-b16544b985e2961d1370296a4fa6fb6b4e85555e.zip
This commit was manufactured by cvs2svn to create branch 'ebusboom'.
svn path=/branches/ebusboom/; revision=5012
Diffstat (limited to 'libical/examples/main.c')
-rw-r--r--libical/examples/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/libical/examples/main.c b/libical/examples/main.c
new file mode 100644
index 0000000000..88d6621365
--- /dev/null
+++ b/libical/examples/main.c
@@ -0,0 +1,9 @@
+/* This is just to make the code in the example directory link properly. */
+
+main()
+{
+}
+
+
+int do_something(){
+}