summaryrefslogtreecommitdiff
path: root/exp_win.h
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-04 17:22:41 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-04 17:22:41 -0800
commit249d0d3e262aca9e28b69b3832575ef26182126c (patch)
treef1d47de77d835ae22cdcab77fba2b8ebb37f5b97 /exp_win.h
parent7b43f4c6b81101ed68f4db93f947c69b538e038a (diff)
downloadexpect-249d0d3e262aca9e28b69b3832575ef26182126c.tar.gz
expect-249d0d3e262aca9e28b69b3832575ef26182126c.tar.bz2
expect-249d0d3e262aca9e28b69b3832575ef26182126c.zip
fixes
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));