Annotation of OpenXM/src/kan96xx/plugin/oxx.h, Revision 1.2
1.2 ! takayama 1: /* $OpenXM$ */
1.1 maekawa 2: struct object KoxCreateClient(struct object ip,struct object portStream,
3: struct object portControl);
4: struct object KoxCloseClient(struct object client);
5: struct object KoxIsThereErrorClient(struct object ob);
6: struct object KoxReq(struct object client,struct object func,
7: struct object ob1);
8: struct object KoxGet(struct object client);
9: struct object KoxGetFromControl(struct object client);
10: struct object KoxMultiSelect(struct object clients,struct object t);
11: struct object KoxWatch(struct object client,struct object f);
12: extern int SerialOX;
13: struct object KoxGenPortFile(void);
14: void KoxRemovePortFile(void);
15: struct object KoxGetPort(struct object host);
16: struct object KoxCreateClient2(struct object peer,struct object ipmask,struct object pass);
17: struct object KoxGenPass(void);
1.2 ! takayama 18: int KgetCmoTagOfObject(struct object obj);
! 19:
1.1 maekawa 20:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>