diff options
Diffstat (limited to 'include/repl.h')
-rw-r--r-- | include/repl.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/repl.h b/include/repl.h index 4b833ad..5e6e168 100644 --- a/include/repl.h +++ b/include/repl.h @@ -1,8 +1,8 @@ -#ifndef REPL_H -#define REPL_H +#ifndef IMP_REPL_H +#define IMP_REPL_H -void repl(void); +void imp_repl(void); -#endif
\ No newline at end of file +#endif /* IMP_REPL_H */
\ No newline at end of file |