diff options
author | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-11-07 05:40:14 +0800 |
commit | 0e1df460b48f5255e98c4bb2ae7819643b6df81b (patch) | |
tree | 786145ed8b82796d89e41d2ed37058c0097ace13 /camel/providers/nntp/test-newsrc.c | |
parent | b4c61eba8055f666fd8a2270879a6f9722faa2b3 (diff) | |
download | gsoc2013-evolution-BONOBO_0_30.tar.gz gsoc2013-evolution-BONOBO_0_30.tar.zst gsoc2013-evolution-BONOBO_0_30.zip |
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_30'.BONOBO_0_30
svn path=/tags/BONOBO_0_30/; revision=6434
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); -} |