From 35f38c93be66277903d04fc1857e268f9cfe637a Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Wed, 22 Apr 2009 17:34:08 -0500 Subject: [PATCH] declare nw function --- H/yapio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/H/yapio.h b/H/yapio.h index 65a374487..c80bc2e4a 100644 --- a/H/yapio.h +++ b/H/yapio.h @@ -289,6 +289,7 @@ Term STD_PROTO(Yap_scan_num,(int (*)(int))); char STD_PROTO(*Yap_AllocScannerMemory,(unsigned int)); /* routines in iopreds.c */ +FILE *STD_PROTO(Yap_FileDescriptorFromStream,(Term)); Int STD_PROTO(Yap_FirstLineInParse,(void)); int STD_PROTO(Yap_CheckIOStream,(Term, char *)); #if defined(YAPOR) || defined(THREADS)