summaryrefslogtreecommitdiff
path: root/res/pjproject/pjlib/src/pj/sock_symbian.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'res/pjproject/pjlib/src/pj/sock_symbian.cpp')
-rw-r--r--res/pjproject/pjlib/src/pj/sock_symbian.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/pjproject/pjlib/src/pj/sock_symbian.cpp b/res/pjproject/pjlib/src/pj/sock_symbian.cpp
index 09239b07a..e72bbdad7 100644
--- a/res/pjproject/pjlib/src/pj/sock_symbian.cpp
+++ b/res/pjproject/pjlib/src/pj/sock_symbian.cpp
@@ -299,7 +299,7 @@ PJ_DEF(char*) pj_inet_ntoa(pj_in_addr inaddr)
* numbers-and-dots notation into binary data and stores it in the structure
* that inp points to.
*/
-PJ_DEF(int) pj_inet_aton(const pj_str_t *cp, struct pj_in_addr *inp)
+PJ_DEF(int) pj_inet_aton(const pj_str_t *cp, pj_in_addr *inp)
{
enum { MAXIPLEN = PJ_INET_ADDRSTRLEN };