summaryrefslogtreecommitdiff
path: root/include/terminal.h
diff options
context:
space:
mode:
authorPixel <>2001-04-16 21:44:42 +0000
committerPixel <>2001-04-16 21:44:42 +0000
commitcb850755d0ca7c625fe418ef6b9770876c3308f2 (patch)
tree78cd8a9305943d5779a39e4a1a140469a27dec1a /include/terminal.h
parent85155ff54ba94f8ac40e267f83435284e88b866c (diff)
Pouet
Diffstat (limited to 'include/terminal.h')
-rw-r--r--include/terminal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/terminal.h b/include/terminal.h
index ed65f71..763c965 100644
--- a/include/terminal.h
+++ b/include/terminal.h
@@ -5,8 +5,8 @@
extern FILE * input;
extern struct termios initial_settings, new_settings;
-openterm();
-clearterm();
-initterm();
+void openterm(void);
+void clearterm(void);
+void initterm(void);
#endif \ No newline at end of file