[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.2

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

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