declare nw function

This commit is contained in:
Vitor Santos Costa 2009-04-22 17:34:08 -05:00
parent 7ed3b456ac
commit 35f38c93be
1 changed files with 1 additions and 0 deletions

View File

@ -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)