Last change
on this file was 4787, checked in by bird, 25 years ago |
Changed email address... (may some dll fixes changes too.)
|
File size:
688 bytes
|
Rev | Line | |
---|
[4787] | 1 | /* $Id: env.h,v 1.4 2000-12-11 06:53:51 bird Exp $
|
---|
[3411] | 2 | *
|
---|
[3412] | 3 | * Environment access functions
|
---|
[3411] | 4 | *
|
---|
[4787] | 5 | * Copyright (c) 2000 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
|
---|
[3411] | 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
|
---|
| 15 | extern "C" {
|
---|
| 16 | #endif
|
---|
| 17 |
|
---|
| 18 |
|
---|
| 19 | /*******************************************************************************
|
---|
| 20 | * Prototypes *
|
---|
| 21 | *******************************************************************************/
|
---|
| 22 | const char *ScanEnv(const char *paszEnv, const char *pszVar);
|
---|
[4164] | 23 | const char *GetEnv(BOOL fExecChild);
|
---|
[3411] | 24 |
|
---|
| 25 |
|
---|
| 26 | #ifdef __cplusplus
|
---|
| 27 | }
|
---|
| 28 | #endif
|
---|
| 29 |
|
---|
| 30 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.