summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index 84c8ee756..6368f2cd1 100644
--- a/packet.h
+++ b/packet.h
@@ -13,7 +13,7 @@
13 * 13 *
14 */ 14 */
15 15
16/* RCSID("$Id: packet.h,v 1.8 1999/12/27 12:54:55 damien Exp $"); */ 16/* RCSID("$Id: packet.h,v 1.9 2000/01/14 04:45:51 damien Exp $"); */
17 17
18#ifndef PACKET_H 18#ifndef PACKET_H
19#define PACKET_H 19#define PACKET_H
@@ -198,4 +198,8 @@ do { \
198 } \ 198 } \
199} while (0) 199} while (0)
200 200
201/* remote host is connected via a socket/ipv4 */
202int packet_connection_is_on_socket(void);
203int packet_connection_is_ipv4(void);
204
201#endif /* PACKET_H */ 205#endif /* PACKET_H */