source:
trunk/athena/bin/from/from.h
@
13606
Revision 13606, 280 bytes checked in by danw, 25 years ago (diff) |
---|
Line | |
---|---|
1 | /* $Id: from.h,v 1.1 1999-09-21 01:40:07 danw Exp $ */ |
2 | |
3 | int pop_init(char *host); |
4 | int pop_command(char *fmt, ...); |
5 | int pop_stat(int *nmsgs, int *nbytes); |
6 | int putline(char *buf, char *err, FILE *f); |
7 | int getline(char *buf, int n, FILE *f); |
8 | int multiline(char *buf, int n, FILE *f); |
Note: See TracBrowser
for help on using the repository browser.