summaryrefslogtreecommitdiff
path: root/exp_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'exp_win.h')
-rw-r--r--exp_win.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exp_win.h b/exp_win.h
index 8e77aea..1fe9db6 100644
--- a/exp_win.h
+++ b/exp_win.h
@@ -8,8 +8,8 @@ would appreciate credit if you use this file or parts of it.
#include <tcl.h> /* For _ANSI_ARGS_ */
-int exp_window_size_set();
-int exp_window_size_get();
+void exp_window_size_set();
+void exp_window_size_get();
void exp_win_rows_set _ANSI_ARGS_ ((char* rows));
char* exp_win_rows_get _ANSI_ARGS_ ((void));