source: trunk/athena/bin/from/from.h @ 13606

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