diff options
Diffstat (limited to 'src/include/gui.h')
-rw-r--r-- | src/include/gui.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gui.h b/src/include/gui.h index 0bc2501..96ca7f8 100644 --- a/src/include/gui.h +++ b/src/include/gui.h @@ -1 +1,6 @@ +#ifndef __ZENMONITOR_GUI_H__ +#define __ZENMONITOR_GUI_H__ + int start_gui(); + +#endif /* __ZENMONITOR_GUI_H__ */ |