9 lines
190 B
C
9 lines
190 B
C
/* $XFree86: xc/programs/lbxproxy/include/io.h,v 1.1 2004/04/03 22:38:54 tsi Exp $ */
|
|
|
|
#ifndef _IO_H_
|
|
#define _IO_H_
|
|
|
|
extern void MarkClientException(ClientPtr client);
|
|
|
|
#endif /* _IO_H_ */
|