Changes in trunk/zoo-kernel/service_internal.h [9:26]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-kernel/service_internal.h
r9 r26 31 31 #define TIME_SIZE 40 32 32 33 #include <sys/stat.h> 33 34 #include <sys/types.h> 35 #include <sys/ipc.h> 36 #include <sys/shm.h> 37 #include <stdio.h> 34 38 #include <unistd.h> 35 39 #include <time.h> … … 48 52 extern int conf_read(char*,maps*); 49 53 54 #ifdef USE_JS 55 #define XP_UNIX 0 56 #include "service_internal_js.h" 57 #endif 58 50 59 #ifdef __cplusplus 51 60 extern "C" { … … 57 66 static int nbNs=0; 58 67 68 void* unhandleStatus(maps*); 69 void* updateStatus(maps*); 70 char* getStatus(int); 59 71 72 #ifdef USE_JS 73 char* JSValToChar(JSContext*,jsval*); 74 JSBool JSUpdateStatus(JSContext*,JSObject*,uintN,jsval *,jsval *); 75 #endif 76 60 77 void URLDecode(char *); 61 78 char *url_encode(char *); … … 67 84 68 85 void printExceptionReportResponse(maps*,map*); 86 xmlNodePtr createExceptionReportNode(maps*,map*,int); 69 87 void printProcessResponse(maps*,map*,int,service*,char*,int,maps*,maps*); 70 88 xmlNodePtr printGetCapabilitiesHeader(xmlDocPtr,char*,maps*);
Note: See TracChangeset
for help on using the changeset viewer.