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