From 38ef894b8f693965f6d3ec72e345f0308b456112 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 31 Jul 2005 13:23:46 +0000 Subject: Add comment. svn path=/trunk/; revision=4206 --- pop3.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pop3.c b/pop3.c index 1c0eaaf9..3ea79fb2 100644 --- a/pop3.c +++ b/pop3.c @@ -665,7 +665,9 @@ static int parseuid(const char *buf, unsigned long *gotnum, char *id, size_t ids return PS_SUCCESS; } -static int pop3_getuidl(int sock, int num , char *id, size_t idsize) +/** request UIDL for single message \a num and stuff the result into the + * buffer \a id which can hold \a idsize bytes */ +static int pop3_getuidl(int sock, int num, char *id /** output */, size_t idsize) { int ok; char buf [POPBUFSIZE+1]; -- cgit v1.2.3