summaryrefslogtreecommitdiff
path: root/src/VBox/NetworkServices/NAT/rtmon_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/NetworkServices/NAT/rtmon_win.c')
-rw-r--r--src/VBox/NetworkServices/NAT/rtmon_win.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/VBox/NetworkServices/NAT/rtmon_win.c b/src/VBox/NetworkServices/NAT/rtmon_win.c
new file mode 100644
index 00000000..496032f0
--- /dev/null
+++ b/src/VBox/NetworkServices/NAT/rtmon_win.c
@@ -0,0 +1,4 @@
+int
+rtmon_get_defaults(void) {
+ return 0;
+}