aboutsummaryrefslogtreecommitdiffstats
path: root/libical/examples/parse_text.c
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@src.gnome.org>2000-12-12 06:07:15 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-12-12 06:07:15 +0800
commit5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb (patch)
tree9aef39b2615e0dcd55d15d18cc55a391a7f66161 /libical/examples/parse_text.c
parent1a8645d8b85f46d34ff24f1f7bdc69bfd32282d4 (diff)
downloadgsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar.gz
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar.bz2
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar.lz
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar.xz
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.tar.zst
gsoc2013-evolution-5ccacd6a5bbeb2d91aea706f37cc5f96ee3144fb.zip
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
Diffstat (limited to 'libical/examples/parse_text.c')
-rw-r--r--libical/examples/parse_text.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libical/examples/parse_text.c b/libical/examples/parse_text.c
index 2761e6f951..6de3e76dd5 100644
--- a/libical/examples/parse_text.c
+++ b/libical/examples/parse_text.c
@@ -25,10 +25,9 @@ char* read_stream(char *s, size_t size, void *d)
}
-int parse_text(int argc, char* argv[])
+void parse_text(int argc, char* argv[])
{
- int lineno = 0;
char* line;
FILE* stream;
icalcomponent *c;