diff options
Diffstat (limited to 'src/host.h')
-rw-r--r-- | src/host.h | 6 |
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 |