move Yap_plwrite proto from H/yapio.h to H/Yapproto.
This commit is contained in:
parent
e319b2fbf9
commit
a39de34d43
@ -392,6 +392,11 @@ void STD_PROTO(Yap_InitUtilCPreds,(void));
|
|||||||
Int STD_PROTO(Yap_TermHash,(Term, Int, Int, int));
|
Int STD_PROTO(Yap_TermHash,(Term, Int, Int, int));
|
||||||
/* yap.c */
|
/* yap.c */
|
||||||
|
|
||||||
|
|
||||||
|
/* write.c */
|
||||||
|
void STD_PROTO(Yap_plwrite,(Term,int (*)(int, wchar_t), int, int));
|
||||||
|
|
||||||
|
|
||||||
/* MYDDAS */
|
/* MYDDAS */
|
||||||
|
|
||||||
#if defined MYDDAS_MYSQL || defined MYDDAS_ODBC
|
#if defined MYDDAS_MYSQL || defined MYDDAS_ODBC
|
||||||
|
@ -324,8 +324,7 @@ Atom STD_PROTO(Yap_LookupWideAtom,(wchar_t *));
|
|||||||
#define Unfold_cyclics_f 0x20
|
#define Unfold_cyclics_f 0x20
|
||||||
#define Use_SWI_Stream_f 0x40
|
#define Use_SWI_Stream_f 0x40
|
||||||
|
|
||||||
/* write.c */
|
|
||||||
void STD_PROTO(Yap_plwrite,(Term,int (*)(int, wchar_t), int, int));
|
|
||||||
|
|
||||||
/* grow.c */
|
/* grow.c */
|
||||||
int STD_PROTO(Yap_growheap_in_parser, (tr_fr_ptr *, TokEntry **, VarEntry **));
|
int STD_PROTO(Yap_growheap_in_parser, (tr_fr_ptr *, TokEntry **, VarEntry **));
|
||||||
|
Reference in New Issue
Block a user