Functions | |
| void | str_wiki_index (char *s) |
| Convert a string to something suitable as a wiki index. | |
| void | display_wiki_page (void) |
| Display a specific page from a wiki room. | |
| void str_wiki_index | ( | char * | s | ) |
Convert a string to something suitable as a wiki index.
| s | The string to be converted. |
Definition at line 21 of file wiki.c.
Referenced by display_enter(), display_wiki_page(), and embed_room_banner().
1.5.2