]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
sigh
authorMathieu Rene <mrene@avgs.ca>
Wed, 10 Jun 2009 00:55:55 +0000 (00:55 +0000)
committerMathieu Rene <mrene@avgs.ca>
Wed, 10 Jun 2009 00:55:55 +0000 (00:55 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13742 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_utils.h

index 679944d65ec504e169cf8a0d9d8b6347326b7768..4157d9a766beee17418a2948bf7431126cf419b0 100644 (file)
@@ -561,7 +561,7 @@ SWITCH_DECLARE(switch_bool_t) switch_network_list_validate_ip_token(switch_netwo
 
 #define switch_test_subnet(_ip, _net, _mask) (_mask ? ((_net & _mask) == (_ip & _mask)) : _net ? _net == _ip : 1)
 
-SWITCH_DECLARE(int) switch_inet_pton(int af, const char *src, void *dst)
+SWITCH_DECLARE(int) switch_inet_pton(int af, const char *src, void *dst);
 
 /* malloc or DIE macros */
 #ifdef NDEBUG