home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / UUPC11QS.ZIP / UUCICO / DCPLIB.H < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-05  |  175 b   |  11 lines

  1. /*
  2.    dcplib.h
  3.  
  4.    System dependent (non-communications related) routines for
  5.    UUPC.
  6. */
  7.  
  8. extern CONN_STATE login(void);
  9.  
  10. CONN_STATE loginbypass(const char *user);
  11.