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

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

Added new function import.
Added some new modules.

File size: 650 bytes
Line 
1/* $Id: env.h,v 1.1 2000-04-17 01:56:49 bird Exp $
2 *
3 * Enviroment 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);
23
24
25#ifdef __cplusplus
26}
27#endif
28
29#endif
Note: See TracBrowser for help on using the repository browser.