summaryrefslogtreecommitdiffstats
path: root/Include/classobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/classobject.h')
-rw-r--r--Include/classobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/classobject.h b/Include/classobject.h
index 6024dba..227c914 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -71,6 +71,8 @@ extern object *instancemethodgetclass PROTO((object *));
extern int issubclass PROTO((object *, object *));
+extern object *instancebinop PROTO((object *, object *, char *, char *));
+
#ifdef __cplusplus
}
#endif