home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / BBS / NETMAIL / MSGD2SRC.ZIP / FIDO.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-30  |  396 b   |  16 lines

  1. /**
  2.  *
  3.  * support header for fido/opus style message bases
  4.  *
  5.  *     PUBLIC DOMAIN
  6. **/
  7.  
  8. int   _pascal fido_delete(int n);
  9. MSG  *pascal fido_readheader(int n);
  10. int   _pascal fido_writetext(char *text, int n);
  11. int   _pascal fido_writeheader(MSG *m);
  12. char *pascal fido_readtext(int n);
  13. MSG  *pascal fido_read(int n);
  14. int   _pascal fido_setlast(AREA a);
  15. int   _pascal fido_scan(AREA *a);
  16.