aboutsummaryrefslogtreecommitdiff
path: root/include/repl.h
diff options
context:
space:
mode:
authorFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-25 15:54:50 +0200
committerFlavian Kaufmann <flavian@flaviankaufmann.ch>2025-05-25 15:54:50 +0200
commit330e46236b421ffb8fe263caf91196f4cd1114c5 (patch)
tree09b3df77fca2d23dacef64f6962e9a1afd5b4d29 /include/repl.h
parentde59dbd1773dff06051b7b604977bcb2803ada4f (diff)
downloadimp-330e46236b421ffb8fe263caf91196f4cd1114c5.tar.gz
imp-330e46236b421ffb8fe263caf91196f4cd1114c5.zip
[cleanup] codebase cleanup
Diffstat (limited to 'include/repl.h')
-rw-r--r--include/repl.h8
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