Last change
on this file since 544 was
512,
checked in by david, 10 years ago
|
-loading files configuration on startup
-devel version with probably a lot of leak
-using temporarily glib to store services
|
File size:
296 bytes
|
Rev | Line | |
---|
[512] | 1 | #ifndef SERVICE_ZCFG_H |
---|
| 2 | #define SERVICE_ZCFG_H 1 |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | #include "service.h" |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | void init_services_conf (char *rootDir); |
---|
| 9 | service *search_service (char *identifier); |
---|
| 10 | void XML_CapabilitiesAllProcess (maps * m, xmlNodePtr nc); |
---|
| 11 | void XML_Describe_Process (maps * m, xmlNodePtr nc, char *identifiers); |
---|
| 12 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.