diff options
author | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-02-11 05:10:16 +0800 |
commit | 0614aa06229e92b77b8a50c4bd508cb251d2c3d7 (patch) | |
tree | 2c681b46c6ec4a4ab7326e55b588d9758e0dd363 /camel/providers/nntp/test-newsrc.c | |
parent | cfc4826ef837954667ec18d9df72786e73ff1e25 (diff) | |
download | gsoc2013-evolution-BALSA_1_3_3.tar.gz gsoc2013-evolution-BALSA_1_3_3.tar.zst gsoc2013-evolution-BALSA_1_3_3.zip |
This commit was manufactured by cvs2svn to create tag 'BALSA_1_3_3'.BALSA_1_3_3
svn path=/tags/BALSA_1_3_3/; revision=15642
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); -} |