From faf7004c13f45442a6cdbe68ba977523d6593fc7 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Tue, 8 Sep 2009 14:15:28 +0200 Subject: C99 conformance --- src/terminal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/terminal.h') 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 */ -- cgit v1.2.3