ARGSUSED*/
| 458 | |
| 459 | /*ARGSUSED*/ |
| 460 | void |
| 461 | genl_preference_update(const char *pref UNUSED) |
| 462 | { |
| 463 | /* window ports are expected to provide |
| 464 | their own preference update routine |
| 465 | for the preference capabilities that |
| 466 | they support. |
| 467 | Just return in this genl one. */ |
| 468 | return; |
| 469 | } |
| 470 | |
| 471 | char * |
| 472 | genl_getmsghistory(boolean init UNUSED) |
no outgoing calls
no test coverage detected