commit 19e2bc7aac0d10b6fdbf21997440ad1c121cd17b parent 7d2a96b9894c982b4ca07fef29638997e7bb1bdd Author: Anselm R. Garbe <garbeam@wmii.de> Date: Sat, 28 Jan 2006 20:08:06 +0200 removing unnecessary size from IXPConn Diffstat:
| libixp2/ixp.h | | | 3 | +-- |
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/libixp2/ixp.h b/libixp2/ixp.h @@ -201,8 +201,7 @@ typedef struct { struct IXPConn { int fd; - int dont_close; - unsigned int size; + int dont_close; void (*read) (IXPServer *, IXPConn *); void *aux; };