shmpatch-extern_h 677 B

12345678910111213141516
  1. $OpenBSD: shmpatch-extern_h,v 1.1 2003/11/22 00:56:58 espie Exp $
  2. --- extern.h.orig 2003-08-22 14:27:57.000000000 +0200
  3. +++ extern.h 2003-11-17 23:37:54.000000000 +0100
  4. @@ -139,6 +139,11 @@ extern int winexec __P((char **));
  5. extern void FreePseudowin __P((struct win *));
  6. #endif
  7. extern void nwin_compose __P((struct NewWindow *, struct NewWindow *, struct NewWindow *));
  8. +
  9. +#ifdef IPC_EXPORT_IMAGE
  10. +extern void CopyWinImage __P((struct win *, char *));
  11. +#endif
  12. +
  13. extern int DoStartLog __P((struct win *, char *, int));
  14. extern int ReleaseAutoWritelock __P((struct display *, struct win *));
  15. extern int ObtainAutoWritelock __P((struct display *, struct win *));