From a39de34d43b9557eca870006bd3cd2346e5ebccc Mon Sep 17 00:00:00 2001 From: Joao Date: Wed, 1 Jun 2011 17:34:04 +0100 Subject: [PATCH] move Yap_plwrite proto from H/yapio.h to H/Yapproto. --- H/Yapproto.h | 5 +++++ H/yapio.h | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/H/Yapproto.h b/H/Yapproto.h index 1836f6a4f..56e917704 100755 --- a/H/Yapproto.h +++ b/H/Yapproto.h @@ -392,6 +392,11 @@ void STD_PROTO(Yap_InitUtilCPreds,(void)); Int STD_PROTO(Yap_TermHash,(Term, Int, Int, int)); /* yap.c */ + +/* write.c */ +void STD_PROTO(Yap_plwrite,(Term,int (*)(int, wchar_t), int, int)); + + /* MYDDAS */ #if defined MYDDAS_MYSQL || defined MYDDAS_ODBC diff --git a/H/yapio.h b/H/yapio.h index 76604a9c1..7f891a96c 100644 --- a/H/yapio.h +++ b/H/yapio.h @@ -324,8 +324,7 @@ Atom STD_PROTO(Yap_LookupWideAtom,(wchar_t *)); #define Unfold_cyclics_f 0x20 #define Use_SWI_Stream_f 0x40 -/* write.c */ -void STD_PROTO(Yap_plwrite,(Term,int (*)(int, wchar_t), int, int)); + /* grow.c */ int STD_PROTO(Yap_growheap_in_parser, (tr_fr_ptr *, TokEntry **, VarEntry **));