Changeset 962 for trunk/zoo-project/zoo-kernel/server_internal.h
- Timestamp:
- Oct 21, 2020, 6:31:09 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/zoo-project/zoo-kernel/server_internal.h
r921 r962 60 60 void dumpMapsValuesToFiles(maps**,maps**); 61 61 void runDismiss(maps*,char*); 62 int isRunning(maps*,char*); 62 63 void runGetStatus(maps*,char*,char*); 64 void readFinalRes(maps*,char*,map*); 63 65 64 66 int isValidLang(maps*,const char*); … … 67 69 int readServiceFile (maps *, char *, service **, char *); 68 70 int createRegistry (maps*,registry **,char *); 71 char* produceErrorMessage(maps*); 69 72 70 73 int zoo_path_compare(char* path1, char* path2);
Note: See TracChangeset
for help on using the changeset viewer.