Changeset 471 for trunk/zoo-project/zoo-kernel/service_internal.h
- Timestamp:
- May 10, 2014, 4:23:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/service_internal.h
r469 r471 31 31 #define TIME_SIZE 40 32 32 33 #include "fcgi_stdio.h" 33 34 #include <libintl.h> 34 35 #include <locale.h> … … 96 97 void printHeaders(maps*); 97 98 void unhandleStatus(maps*); 98 voidupdateStatus(maps*);99 int _updateStatus(maps*); 99 100 char* getStatus(int); 100 101 … … 143 144 void addToCache(maps*,char*,char*,char*,int); 144 145 char* isInCache(maps*,char*); 145 int loadRemoteFile(maps* ,map*,HINTERNET,char*);146 int loadRemoteFile(maps**,map**,HINTERNET,char*); 146 147 147 148 #ifdef USE_MS … … 149 150 #endif 150 151 void parseIdentifier(maps*,char*,char*,char*); 152 int updateStatus( maps*,const int,const char*); 153 char* getInputValue( maps*,const char*,size_t*); 154 int setOutputValue( maps*, const char*, char*, size_t); 151 155 152 156 #ifdef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.