summaryrefslogtreecommitdiff
path: root/src/terminal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/terminal.h')
-rw-r--r--src/terminal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/terminal.h b/src/terminal.h
index 13e9d57..e7aded9 100644
--- a/src/terminal.h
+++ b/src/terminal.h
@@ -26,7 +26,7 @@ THE SOFTWARE.
void BarTermSetEcho (char);
void BarTermSetBuffer (char);
-inline void BarTermSave (struct termios *);
-inline void BarTermRestore (struct termios *termOrig);
+void BarTermSave (struct termios *);
+void BarTermRestore (struct termios *termOrig);
#endif /* _TERMINAL_H */