home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / src / os / win32 / registry.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-24  |  194 b   |  7 lines

  1. /*
  2.  * Declarations for users of the functions defined in registry.c
  3.  */
  4.  
  5. extern int ap_registry_get_server_root(pool *p, char *dir, int size);
  6. extern int ap_registry_set_server_root(char *dir);
  7.