diff options
-rw-r--r-- | Include/classobject.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index ec57cdb..e0e46c5 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -71,7 +71,8 @@ extern object *instancemethodgetclass PROTO((object *)); extern int issubclass PROTO((object *, object *)); -extern object *instancebinop PROTO((object *, object *, char *, char *)); +extern object *instancebinop PROTO((object *, object *, char *, char *, + object * (*) PROTO((object *, object *)) )); #ifdef __cplusplus } |