summaryrefslogtreecommitdiff
path: root/sbin/route/show.h
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/show.h')
-rw-r--r--sbin/route/show.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/sbin/route/show.h b/sbin/route/show.h
new file mode 100644
index 00000000000..88f2f53eadd
--- /dev/null
+++ b/sbin/route/show.h
@@ -0,0 +1,32 @@
+/* $OpenBSD: show.h,v 1.1 2004/06/12 09:40:49 claudio Exp $ */
+
+/*
+ * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
+ *
+ * Permission to use, copy, modify, and distribute this software for any
+ * purpose with or without fee is hereby granted, provided that the above
+ * copyright notice and this permission notice appear in all copies.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
+
+#ifndef __UTILS_H__
+#define __UTILS_H__
+
+void p_rttables(int, int, int);
+char *routename(struct sockaddr *);
+char *netname(struct sockaddr *, struct sockaddr *);
+char *any_ntoa(const struct sockaddr *);
+char *ns_print(struct sockaddr *);
+char *ipx_print(struct sockaddr *);
+char *link_print(struct sockaddr *);
+
+extern int nflag;
+
+#endif