Skip to content
Snippets Groups Projects
Commit 797d2ff7 authored by rswindell's avatar rswindell
Browse files

Moved backslash() from sbbs3/str_util.c to xpdev/dirwrap.c.

parent 095781e2
No related branches found
No related tags found
No related merge requests found
......@@ -920,7 +920,6 @@ extern "C" {
/* str_util.c */
int bstrlen(char *str);
void backslashcolon(char *str);
void backslash(char *str);
ulong ahtoul(char *str); /* Converts ASCII hex to ulong */
char * hexplus(uint num, char *str); /* Hex plus for 3 digits up to 9000 */
uint hptoi(char *str);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment