patch-exp_main_sub_c 438 B

1234567891011121314151617
  1. $OpenBSD: patch-exp_main_sub_c,v 1.1 2010/09/24 14:16:50 sebastia Exp $
  2. Get rid of implicit declaration of function warning
  3. --- exp_main_sub.c.orig Thu Sep 9 19:37:20 2010
  4. +++ exp_main_sub.c Thu Sep 9 19:38:01 2010
  5. @@ -28,6 +28,9 @@
  6. #include "tcldbg.h"
  7. #endif
  8. +
  9. +extern int exp_tty_cooked_echo(Tcl_Interp *interp, exp_tty *tty_old, int *was_raw, int *was_echo);
  10. +
  11. #ifndef EXP_VERSION
  12. #define EXP_VERSION PACKAGE_VERSION
  13. #endif