mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
ccbc927c38
PR: 51448 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
15 lines
352 B
C
15 lines
352 B
C
|
|
$FreeBSD$
|
|
|
|
--- yaunc.h.orig Fri Mar 14 07:14:11 2003
|
|
+++ yaunc.h Sun Apr 27 19:15:49 2003
|
|
@@ -107,8 +107,6 @@
|
|
int Socket(int, int, int );
|
|
|
|
/* other networking function */
|
|
-int inet_pton(int, const char *, void *);
|
|
-const char * inet_ntop(int, const void *, char *, size_t);
|
|
void Inet_pton(int, const char *, void *);
|
|
|
|
/* non-networking stuff */
|