[BACK]Return to oxx.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Annotation of OpenXM/src/kan96xx/plugin/oxx.h, Revision 1.3

1.3     ! takayama    1: /* $OpenXM: OpenXM/src/kan96xx/plugin/oxx.h,v 1.2 2000/02/02 03:30:49 takayama Exp $ */
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.3     ! takayama   20: struct object KoxPushCMD(struct object client,struct object cmd);
        !            21: struct object KoxPushCMO(struct object client,struct object ob);
        !            22: struct object KoxCreateControl_RFC_101(struct object peer,struct object ipmask,struct object pass);
        !            23: struct object KoxStartEngine_RFC_101(struct object control,struct object name);
1.1       maekawa    24:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>