openbsd-ports/misc/screen/patches/shmpatch-extern_h
2003-11-22 00:56:58 +00:00

16 lines
677 B
Plaintext

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