patch-interface_ouimessage_c 509 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-interface_ouimessage_c,v 1.2 2017/05/06 12:51:21 espie Exp $
  2. Index: interface/ouimessage.c
  3. --- interface/ouimessage.c.orig
  4. +++ interface/ouimessage.c
  5. @@ -1,6 +1,8 @@
  6. /*
  7. * MESSAGE OUTPUT TO APPLICATION USER INTERFACE
  8. */
  9. +#include <string.h>
  10. +#include <stdio.h>
  11. char *Onew_RK_smode();
  12. char *romkan_help();
  13. @@ -16,6 +18,7 @@ extern int ONEW_modedepth;
  14. static int ONEW_msg_overw;
  15. static int ONEW_msg_retain;
  16. +void
  17. Onew_putmode(mode,help)
  18. char *mode,*help;
  19. { int modeflags,xmodef;