Changeset 481 for trunk/include/sh_error.h
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/sh_error.h
r410 r481 178 178 int sh_error_setdebug (char * debug_s); 179 179 180 /* error messages181 */182 /*@owned@*/char * sh_error_message (int tellme, char * str, size_t len);183 184 180 /* switch on/off log to file temporarily 185 181 */ … … 198 194 void reset_count_dev_console(void); 199 195 196 /* close the message queue [no-op if !defined(WITH_MESSAGE_QUEUE)] 197 */ 198 void close_ipc (void); 199 200 200 #ifdef WITH_MESSAGE_QUEUE 201 /* close the message queue202 */203 void close_ipc (void);204 205 201 /* enable message queue 206 202 */
Note:
See TracChangeset
for help on using the changeset viewer.