From bbe77448fcca03bec5bf6cdadb6c37dd32f067b8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 13 Mar 2001 23:36:42 +0000 Subject: Nake methods invisible except through the driver's table. svn path=/trunk/; revision=3249 --- pop2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index d81952f3..1d2f74a5 100644 --- a/pop2.c +++ b/pop2.c @@ -17,7 +17,7 @@ static int pound_arg, equal_arg; -int pop2_ok (int sock, char *argbuf) +static int pop2_ok (int sock, char *argbuf) /* parse POP2 command response */ { int ok; @@ -51,7 +51,7 @@ int pop2_ok (int sock, char *argbuf) return(ok); } -int pop2_getauth(int sock, struct query *ctl, char *buf) +static int pop2_getauth(int sock, struct query *ctl, char *buf) /* apply for connection authorization */ { return(gen_transact(sock, -- cgit v1.2.3