source:
branches/PublicaMundi_David-devel/zoo-project/zoo-kernel/service_zcfg.h
@
613
Last change on this file since 613 was 549, checked in by david, 10 years ago | |
---|---|
File size: 382 bytes |
Line | |
---|---|
1 | #ifndef SERVICE_ZCFG_H |
2 | #define SERVICE_ZCFG_H 1 |
3 | |
4 | |
5 | #include "service.h" |
6 | #include "service_internal.h" |
7 | |
8 | maps * get_main_conf(); |
9 | int load_main_conf(char *path); |
10 | void init_services_conf (char *rootDir); |
11 | service *search_service (char *identifier); |
12 | void XML_CapabilitiesAllProcess (maps * m, xmlNodePtr nc); |
13 | void XML_Describe_Process (maps * m, xmlNodePtr nc, char *identifiers); |
14 | #endif |
Note: See TracBrowser
for help on using the repository browser.