Parent Directory
|
Revision Log
Renamed constant
1 | #ifndef EEF_LIBRARY_HELPERS |
2 | #define EEF_LIBRARY_HELPERS |
3 | #if HAVE_CONFIG_H |
4 | #include "eef_config.h" |
5 | #endif |
6 | #include "eef_return_codes.h" |
7 | |
8 | /* convenience methods */ |
9 | const char* get_modules_path(void); |
10 | void set_modules_path(const char* path); |
11 | |
12 | #endif |
grid.support@nikhef.nl | ViewVC Help |
Powered by ViewVC 1.1.28 |