fix YAP_RunGoalOnce warning

This commit is contained in:
Vítor Santos Costa 2013-11-04 01:03:57 +00:00
parent c1a3bfce42
commit c6b471d725
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ Int YAP_Execute(struct pred_entry *, CPredicate);
Int YAP_ExecuteFirst(struct pred_entry *, CPredicate);
Int YAP_ExecuteNext(struct pred_entry *, CPredicate);
Int YAP_ExecuteOnCut(struct pred_entry *, CPredicate, struct cut_c_str *);
Int YAP_RunGoalOnce(Term);
/* cdmgr.c */
Term Yap_all_calls(void);