Changeset 73 for eaccelerator/trunk/webui.c
- Timestamp:
- 05/05/05 10:53:05 (4 years ago)
- Files:
-
- eaccelerator/trunk/webui.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/webui.c
r64 r73 61 61 62 62 extern eaccelerator_mm *eaccelerator_mm_instance; 63 PHPAPI char *php_get_uname(); 63 64 64 65 /******************************************************************************/ … … 283 284 }; 284 285 285 static char *color (int num)286 static char const *color (int num) 286 287 { 287 288 return color_list[num % (sizeof (color_list) / sizeof (char *))];