diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 17:22:41 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-04 17:22:41 -0800 |
commit | 249d0d3e262aca9e28b69b3832575ef26182126c (patch) | |
tree | f1d47de77d835ae22cdcab77fba2b8ebb37f5b97 /exp_win.h | |
parent | 7b43f4c6b81101ed68f4db93f947c69b538e038a (diff) | |
download | expect-249d0d3e262aca9e28b69b3832575ef26182126c.tar.gz expect-249d0d3e262aca9e28b69b3832575ef26182126c.tar.bz2 expect-249d0d3e262aca9e28b69b3832575ef26182126c.zip |
fixes
Diffstat (limited to 'exp_win.h')
-rw-r--r-- | exp_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)); |