]>
diplodocus.org Git - nmh/blob - uip/popsbr.h
1 /* popsbr.h -- POP client subroutines
3 * This code is Copyright (c) 2017, by the authors of nmh. See the
4 * COPYRIGHT file in the root directory of the nmh distribution for
5 * complete copyright information. */
9 #define P_NOVERIFY 0x02
11 int pop_init(char *, char *, char *, char *, int, int, char *, int, const char *);
12 int pop_stat(int *, int *);
13 int pop_retr(int, int (*)(void *, char *), void *);