summaryrefslogtreecommitdiff
path: root/src/host.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/host.h')
-rw-r--r--src/host.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/host.h b/src/host.h
new file mode 100644
index 0000000..77b8ba5
--- /dev/null
+++ b/src/host.h
@@ -0,0 +1,6 @@
+#ifndef HOST_H
+#define HOST_H
+
+void display_host_model();
+
+#endif