From 330e46236b421ffb8fe263caf91196f4cd1114c5 Mon Sep 17 00:00:00 2001 From: Flavian Kaufmann Date: Sun, 25 May 2025 15:54:50 +0200 Subject: [cleanup] codebase cleanup --- include/repl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/repl.h') 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 -- cgit v1.2.3