home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / comms / x_sun_psio / code / psxmodem.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-07-10  |  483 b   |  21 lines

  1. /* (C) Tim Graves 3rd Jan 95
  2.    This code is supplied AS IS. no warrantee either expressed or implied 
  3.    is provided. This code may be freeley modified and modified as long as my
  4.    origional authorship is acknowledged. 
  5.    
  6.    Tim Graves
  7.     Sun Microsystems
  8.      
  9.      */
  10. #define DEF_XMDMCMD "./xmodem"
  11. #define DEF_XMDMSENDARGS "-sbp"
  12. #define DEF_XMDMRECARGS "-rbcp"
  13.  
  14. extern int debugcall ;
  15. #ifndef SVR4
  16. char * findvar() ;
  17. #else
  18. char * findvar(char *) ;
  19. #endif
  20. extern int devid ;
  21.