/alps/pcitool

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/env.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-06-22 16:32:27 UTC
  • Revision ID: csa@suren.me-20150622163227-xrajwpfxhequsi7j
Keep C++ compilers happy

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    PCILIB_MAX_ENV
8
8
} pcilib_env_t;
9
9
 
 
10
#ifdef __cplusplus
 
11
extern "C" {
 
12
#endif
 
13
 
10
14
const char *pcilib_getenv(pcilib_env_t env, const char *var);
11
15
 
 
16
#ifdef __cplusplus
 
17
}
 
18
#endif
 
19
 
12
20
#endif /* _PCILIB_ENV_H */