aboutsummaryrefslogtreecommitdiff
path: root/libsylph/nntp.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-28 07:13:34 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-11-28 07:13:34 +0000
commit09874681f486f97526251c166a8675fcdfc08a23 (patch)
treeaaf623f207fb2dae9eac237422d4dd978932c0ef /libsylph/nntp.h
parent07d3ce4b2a75571870bd76e638f67143ebd2b504 (diff)
nntp.h: fixed a typo.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1368 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/nntp.h')
-rw-r--r--libsylph/nntp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libsylph/nntp.h b/libsylph/nntp.h
index e006ff0a..55fbaa68 100644
--- a/libsylph/nntp.h
+++ b/libsylph/nntp.h
@@ -103,7 +103,7 @@ gint nntp_post (NNTPSession *session,
FILE *fp);
gint nntp_newgroups (NNTPSession *session);
gint nntp_newnews (NNTPSession *session);
-gint nntp_mode (NNTPSession *sessio,
+gint nntp_mode (NNTPSession *session,
gboolean stream);
#endif /* __NNTP_H__ */