naspro
view naspro-core/include/NASPRO/core/env.h @ 168:c7f1f52651be
More fixes
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sat Sep 12 18:43:25 2009 +0200 (2009-09-12) |
| parents | d7568c8379c1 |
| children | 71372f617827 |
line source
1 /*
2 * NASPRO - NASPRO Architecture for Sound Processing
3 * Core library
4 *
5 * Copyright (C) 2007-2009 Stefano D'Angelo <zanga.mail@gmail.com>
6 *
7 * See the COPYING file for license conditions.
8 */
10 #ifndef _NACORE_ENV_H
11 #define _NACORE_ENV_H
13 #ifdef __cplusplus
14 extern "C" {
15 #endif
17 char * nacore_env_get_var(const char *name);
18 void nacore_env_free_var_value(char *value);
20 #ifdef __cplusplus
21 }
22 #endif
24 #endif /* !_NACORE_ENV_H */
