summaryrefslogtreecommitdiff
path: root/misc/yaunc/files/patch-my_hdrs.h
blob: 521ba7341382a4c5e1c6ec010524a4553183f542 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$FreeBSD$

--- my_hdrs.h.orig	Thu Mar 23 03:32:02 2000
+++ my_hdrs.h	Sun Dec 22 16:33:44 2002
@@ -34,8 +34,6 @@
 ssize_t Recvfrom(int, void *, size_t, int, struct sockaddr *, socklen_t *);
 
 /* 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 */