diff options
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index 7dd66e7..1d24a7c 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -42,3 +42,6 @@ extern object *newinstancemethodobject PROTO((object *, object *)); extern object *instancemethodgetfunc PROTO((object *)); extern object *instancemethodgetself PROTO((object *)); + +extern int instance_coerce PROTO((object **, object **)); +extern object *instance_convert PROTO((object *, char *)); |