[jbossnative-commits] JBoss Native SVN: r992 - trunk/sight/native/include.

jbossnative-commits at lists.jboss.org jbossnative-commits at lists.jboss.org
Sat Sep 8 12:45:38 EDT 2007


Author: mladen.turk at jboss.com
Date: 2007-09-08 12:45:38 -0400 (Sat, 08 Sep 2007)
New Revision: 992

Modified:
   trunk/sight/native/include/sight_local.h
Log:
Bring back the proto.

Modified: trunk/sight/native/include/sight_local.h
===================================================================
--- trunk/sight/native/include/sight_local.h	2007-09-08 16:43:50 UTC (rev 991)
+++ trunk/sight/native/include/sight_local.h	2007-09-08 16:45:38 UTC (rev 992)
@@ -426,8 +426,9 @@
 
 const char  *sight_inet_ntop4(const unsigned char *, char *, size_t);
 const char  *sight_inet_ntop6(const unsigned char *, char *, size_t);
+const unsigned char *sight_hex2bin(const unsigned char *, unsigned char *,
+                                   size_t);
 
-
 jobject      sight_new_netaddr_class(SIGHT_STDARGS);
 jobjectArray sight_new_netaddr_array(SIGHT_STDARGS, jsize);
 void         sight_netaddr_set_host(SIGHT_STDARGS, const char *);




More information about the jbossnative-commits mailing list