diff options
Diffstat (limited to '')
-rw-r--r-- | modules/overlays/overlay_impl.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/overlays/overlay_impl.h b/modules/overlays/overlay_impl.h index 17f0148..9f2d6ee 100644 --- a/modules/overlays/overlay_impl.h +++ b/modules/overlays/overlay_impl.h @@ -1,7 +1,9 @@ -#ifndef _KEY_EMITTER_IMPL_H_ -#define _KEY_EMITTER_IMPL_H_ 1 +#ifndef _OVERLAY_IMPL_H_ +#define _OVERLAY_IMPL_H_ 1 void print_load_message(void); void print_unload_message(void); +void print_random_message(char *str); -#endif /* _KEY_EMITTER_IMPL_H_ */ + +#endif /* _OVERLAY_IMPL_H_ */ |