home *** CD-ROM | disk | FTP | other *** search
- /* (C) Tim Graves 3rd Jan 95
- This code is supplied AS IS. no warrantee either expressed or implied
- is provided. This code may be freeley modified and modified as long as my
- origional authorship is acknowledged.
-
- Tim Graves
- Sun Microsystems
-
- */
- #define DEF_XMDMCMD "./xmodem"
- #define DEF_XMDMSENDARGS "-sbp"
- #define DEF_XMDMRECARGS "-rbcp"
-
- extern int debugcall ;
- #ifndef SVR4
- char * findvar() ;
- #else
- char * findvar(char *) ;
- #endif
- extern int devid ;
-