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

Annotation of OpenXM/src/kan96xx/plugin/oxmisc2.h, Revision 1.1

1.1     ! maekawa     1: /* include from kan */
        !             2: #include "datatype.h"
        !             3: #include "stackm.h"
        !             4: #include "extern.h"
        !             5: #include "kclass.h"
        !             6:
        !             7: struct object cmoObjectFromStream2(FILE2 *fp);
        !             8: struct object cmoObjectToStream2(struct object ob,FILE2 *fp);
        !             9:
        !            10: int cmoCheckMathCap(struct object ob, struct object *mathcapObjp);
        !            11: struct object newMathCap(void *mathcapp);
        !            12:
        !            13: int oxReq(oxclientp client, int func, struct object ob);
        !            14: int oxGet(oxclientp client,struct object *op,int *isObj);
        !            15: int oxGetFromControl(oxclientp client);
        !            16:
        !            17: /* ------------  to ox.hh ------------- */
        !            18: int oxClientToObject(oxclientp client,struct object ob);
        !            19: int oxObjectToClient(struct object ob,oxclientp client);
        !            20:
        !            21: #include "oxx.h"
        !            22:
        !            23:

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