diff options
author | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-05-03 19:02:31 +0800 |
commit | 8a6581d69f396a7629cf41848f49c1eaef7243a3 (patch) | |
tree | 1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /camel/providers/nntp/test-newsrc.c | |
parent | 19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff) | |
download | gsoc2013-evolution-GTKHTML_3_0_6.tar.gz gsoc2013-evolution-GTKHTML_3_0_6.tar.zst gsoc2013-evolution-GTKHTML_3_0_6.zip |
This commit was manufactured by cvs2svn to create tagGTKHTML_3_0_6
'GTKHTML_3_0_6'.
svn path=/tags/GTKHTML_3_0_6/; revision=21085
Diffstat (limited to 'camel/providers/nntp/test-newsrc.c')
-rw-r--r-- | camel/providers/nntp/test-newsrc.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/camel/providers/nntp/test-newsrc.c b/camel/providers/nntp/test-newsrc.c deleted file mode 100644 index c4b985e565..0000000000 --- a/camel/providers/nntp/test-newsrc.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <stdio.h> -#include <glib.h> -#include "camel-nntp-newsrc.h" - -int -main(int argc, char *argv[]) -{ - CamelNNTPNewsrc *newsrc = camel_nntp_newsrc_read_for_server (argv[1]); - camel_nntp_newsrc_write_to_file (newsrc, stdout); -} |