]> asedeno.scripts.mit.edu Git - PuTTY.git/blob - unix/x11misc.h
scp_recv_filedata: handle EOF more sensibly.
[PuTTY.git] / unix / x11misc.h
1 /*
2  * x11misc.h: header file for functions that need to refer to Xlib
3  * data types. Has to be separate from unix.h so that we can include
4  * it only after including the X headers, which in turn has to be done
5  * after putty.h has told us whether NOT_X_WINDOWS is defined.
6  */
7
8 #ifndef NOT_X_WINDOWS
9
10 /*
11  * x11misc.c.
12  */
13 void x11_ignore_error(Display *disp, unsigned char errcode);
14
15 #endif