From d9c0af1e7878578f8cfa505cea3714349c746b0d Mon Sep 17 00:00:00 2001 From: Jay Sorg Date: Wed, 3 Apr 2013 23:06:08 -0700 Subject: ipv6 --- common/os_calls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/os_calls.h') diff --git a/common/os_calls.h b/common/os_calls.h index 8159dc3b..b7422c10 100644 --- a/common/os_calls.h +++ b/common/os_calls.h @@ -196,7 +196,7 @@ g_atoi(const char* str); int APP_CC g_htoi(char* str); int APP_CC -g_pos(char* str, const char* to_find); +g_pos(const char* str, const char* to_find); int APP_CC g_mbstowcs(twchar* dest, const char* src, int n); int APP_CC -- cgit v1.2.1