Changes in trunk/src/sh_err_console.c [1:22]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/sh_err_console.c ¶
r1 r22 112 112 /* Enable the message queue 113 113 */ 114 int enable_msgq(c har * foo)114 int enable_msgq(const char * foo) 115 115 { 116 116 int i; … … 234 234 /* ---- Set the console device. ---- 235 235 */ 236 int sh_log_set_console (c har * address)236 int sh_log_set_console (const char * address) 237 237 { 238 238 SL_ENTER(_("sh_log_set_console"));
Note:
See TracChangeset
for help on using the changeset viewer.