source: trunk/src/win32k/include/env.h@ 4164

Last change on this file since 4164 was 4164, checked in by bird, 25 years ago

Merged in the Grace branch. New Win32k!

File size: 688 bytes
Line 
1/* $Id: env.h,v 1.3 2000-09-02 21:08:01 bird Exp $
2 *
3 * Environment access functions
4 *
5 * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@pmsc.no)
6 *
7 * Project Odin Software License can be found in LICENSE.TXT
8 *
9 */
10
11#ifndef _env_h_
12#define _env_h_
13
14#ifdef __cplusplus
15extern "C" {
16#endif
17
18
19/*******************************************************************************
20* Prototypes *
21*******************************************************************************/
22const char *ScanEnv(const char *paszEnv, const char *pszVar);
23const char *GetEnv(BOOL fExecChild);
24
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif
Note: See TracBrowser for help on using the repository browser.