diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | fe22803627a7f4073d2587d76a48d785149e7d9a (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /camel/providers/nntp/test-newsrc.c | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-GDM2_2_4_4_3.tar.gz gsoc2013-evolution-GDM2_2_4_4_3.tar.zst gsoc2013-evolution-GDM2_2_4_4_3.zip |
This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_4_3'.GDM2_2_4_4_3
svn path=/tags/GDM2_2_4_4_3/; revision=21595
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); -} |