summaryrefslogtreecommitdiff
path: root/mask.h
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2017-07-13 22:06:10 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2017-07-13 22:09:07 +0200
commit1fdeebded00f8f9c13229dcf48aca690513c7b00 (patch)
tree2d50861efd0f54f9861b82707c47a5065d4a0820 /mask.h
parente1f37559931c3e1a97e16e5763e2e05ac9c73b6d (diff)
Imported 1.3.80
Diffstat (limited to 'mask.h')
-rw-r--r--mask.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/mask.h b/mask.h
new file mode 100644
index 0000000..6540d00
--- /dev/null
+++ b/mask.h
@@ -0,0 +1,17 @@
+/*
+ * mask.h --
+ *
+ * This file includes the route mask functions
+ *
+ */
+
+#ifndef _MASKINT_H
+#define _MASKINT_H
+
+extern u_char *RMask; // mask out best area to route
+
+extern void initMask(void);
+extern void fillMask(u_char value);
+extern void setBboxCurrent(NET net);
+
+#endif /* _MASKINT_H */