added authentication stuff

original commit: 78df7fec2bc5450d9e19e9b3ac8ae39d4e27ab23
This commit is contained in:
Eli Barzilay 2004-05-11 16:24:28 +00:00
parent b7e6df9c83
commit 482ab34c78

View File

@ -7,7 +7,7 @@
(define-signature net:nntp^
((struct communicator (sender receiver server port))
connect-to-server connect-to-server* disconnect-from-server
open-news-group
authenticate-user open-news-group
head-of-message body-of-message
newnews-since generic-message-command
make-desired-header extract-desired-headers
@ -20,6 +20,7 @@
(struct non-existent-group (group))
(struct article-not-in-group (article))
(struct no-group-selected ())
(struct article-not-found (article)))))
(struct article-not-found (article))
(struct authentication-rejected ()))))