From 062e54275ab0d938d29382a2b2204b59a272bb8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Fri, 31 Dec 1999 15:52:43 +0100 Subject: [PATCH] Added prototype for is_compatible(). Rev: src/program.h:1.76 --- src/program.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/program.h b/src/program.h index 204a4bed8f..b808b1bf92 100644 --- a/src/program.h +++ b/src/program.h @@ -5,7 +5,7 @@ \*/ /* - * $Id: program.h,v 1.75 1999/12/31 01:53:58 mast Exp $ + * $Id: program.h,v 1.76 1999/12/31 14:52:43 grubba Exp $ */ #ifndef PROGRAM_H #define PROGRAM_H @@ -461,6 +461,7 @@ int find_child(struct program *parent, struct program *child); void yywarning(char *fmt, ...) ATTRIBUTE((format(printf,1,2))); struct implements_cache_s; int implements(struct program *a, struct program *b); +int is_compatible(struct program *a, struct program b); int yyexplain_not_implements(struct program *a, struct program *b); /* Prototypes end here */ -- GitLab