summaryrefslogtreecommitdiff
path: root/usr.sbin/rtsold/rtsold.h
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-08-17 19:23:35 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-08-17 19:23:35 +0000
commita678ca234fef36e4d77b58e073586b7f1c831361 (patch)
treebedf18c1abac1c39ad63158f9651e64df8e432c2 /usr.sbin/rtsold/rtsold.h
parentc5de72378cbf696fa378f5c13a12834f71ef3e17 (diff)
downloadsrc-test2-a678ca234fef36e4d77b58e073586b7f1c831361.tar.gz
src-test2-a678ca234fef36e4d77b58e073586b7f1c831361.zip
Notes
Diffstat (limited to 'usr.sbin/rtsold/rtsold.h')
-rw-r--r--usr.sbin/rtsold/rtsold.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/rtsold/rtsold.h b/usr.sbin/rtsold/rtsold.h
index 69f9c352fe9e..56b4185eb0ea 100644
--- a/usr.sbin/rtsold/rtsold.h
+++ b/usr.sbin/rtsold/rtsold.h
@@ -176,6 +176,7 @@ extern int getinet6sysctl(int);
extern int setinet6sysctl(int, int);
/* rtsol.c */
+extern int rssock;
extern int sockopen(void);
extern void sendpacket(struct ifinfo *);
extern void rtsol_input(int);