home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_GEN / MAP_S1.ZIP / NETENV.H < prev    next >
C/C++ Source or Header  |  1994-01-31  |  262b  |  8 lines

  1. #ifndef _NET_ENV
  2. #define _NET_ENV
  3. void Mstr_FindEnvironment ( char far ** , unsigned * );
  4. char far *Mstr_getenv (char far * , char far *);
  5. int Mstr_delenv (char far * , unsigned , char far *);
  6. int Mstr_putenv (char far * , unsigned , char far * );
  7. #endif
  8.