commit b80f313cbc8a5f3f09fed78e4196bd2e6fe82249
parent 0370f0e2d72a6773d8da92b8082f76697ba395ab
Author: Anselm R. Garbe <garbeam@wmii.de>
Date: Mon, 19 Jun 2006 10:52:27 +0200
removed IXPMap definition in libixp
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/libixp/ixp.h b/libixp/ixp.h
@@ -212,17 +212,8 @@ typedef struct Fcall {
typedef struct IXPServer IXPServer;
typedef struct IXPConn IXPConn;
-typedef struct IXPMap IXPMap;
typedef struct Intmap Intmap;
-struct IXPMap {
- IXPMap *next;
- unsigned int fid;
- unsigned short sel;
- unsigned short nwqid;
- Qid wqid[IXP_MAX_WELEM];
-};
-
typedef struct Intlist Intlist;
struct Intmap {
unsigned long nhash;
@@ -367,7 +358,6 @@ IXPConn *ixp_server_open_conn(IXPServer *s, int fd, void *aux,
void (*read)(IXPConn *c), void (*close)(IXPConn *c));
void ixp_server_close_conn(IXPConn *c);
char *ixp_server_loop(IXPServer *s);
-IXPMap *ixp_server_fid2map(IXPConn *c, unsigned int fid);
unsigned int ixp_server_receive_fcall(IXPConn *c, Fcall *fcall);
int ixp_server_respond_fcall(IXPConn *c, Fcall *fcall);
int ixp_server_respond_error(IXPConn *c, Fcall *fcall, char *errstr);