home *** CD-ROM | disk | FTP | other *** search
- /* kermitproto.c */
- int wart(void);
- int getpkt(int bufmax);
- void proto(void);
- int zrtol(char *name, char *name2, int mywarn);
- int ttol(char *s, int n);
- int ttinl(char *s, int max, int eol, int timeout);
- int chkint(void);
- void ttflui(void);
- void sleep(int sec);
- int screen(int f, int c, long n, char *s);
- void tchar(int c);
- int ST_Display_String(int Item, char *S);
- int ST_Display_CRC(int Item);
- int gnfile(char *fname, int len);
- void gninit(void);
- char *EndPath(char *p);
-