summaryrefslogtreecommitdiff
path: root/exp_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'exp_win.c')
-rw-r--r--exp_win.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/exp_win.c b/exp_win.c
index 97adbee..15969f6 100644
--- a/exp_win.c
+++ b/exp_win.c
@@ -78,7 +78,7 @@ typedef struct {
static exp_winsize winsize = {0, 0};
static exp_winsize win2size = {0, 0};
-int exp_window_size_set(fd)
+void exp_window_size_set(fd)
int fd;
{
#ifdef TIOCSWINSZ
@@ -89,7 +89,7 @@ int fd;
#endif
}
-int exp_window_size_get(fd)
+void exp_window_size_get(fd)
int fd;
{
#ifdef TIOCGWINSZ
@@ -142,7 +142,7 @@ exp_win_columns_get()
* separate copy of everything above - used for handling user stty requests
*/
-int exp_win2_size_set(fd)
+void exp_win2_size_set(fd)
int fd;
{
#ifdef TIOCSWINSZ
@@ -153,7 +153,7 @@ int fd;
#endif
}
-int exp_win2_size_get(fd)
+void exp_win2_size_get(fd)
int fd;
{
#ifdef TIOCGWINSZ