Changeset 166 for branches/renetcolSMP/src/renetcolSMP1.h
- Timestamp:
- 07/23/14 15:16:06 (8 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/renetcolSMP/src/renetcolSMP1.h
r164 r166 29 29 #include <unistd.h> 30 30 #include <stdio.h> 31 #include <stdint.h> 31 32 #include <string.h> 32 33 #include <stdlib.h> … … 93 94 }; 94 95 96 char *prepend_timestamp ( char s[], size_t capacity ); 95 97 void setCache(RulesPtr); 96 98 void initCache();