home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / ENV Server / server src / LoadEnv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-17  |  184 b   |  14 lines  |  [TEXT/ALFA]

  1. /*******************
  2. ** LoadEnv.h
  3. **
  4. ** header for environment file loading.
  5. ********************/
  6.  
  7. #ifndef LOADENV_H
  8. #define LOADENV_H
  9.  
  10.  
  11. void LoadEnvFile(const char *cfname);
  12.  
  13.  
  14. #endif