diff options
Diffstat (limited to 'Include/object.h')
-rw-r--r-- | Include/object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/object.h b/Include/object.h index ff02bea..0aed1d0 100644 --- a/Include/object.h +++ b/Include/object.h @@ -203,6 +203,7 @@ extern int printobject PROTO((object *, FILE *, int)); extern object * reprobject PROTO((object *)); extern int cmpobject PROTO((object *, object *)); extern object *getattr PROTO((object *, char *)); +extern int hasattr PROTO((object *, char *)); extern object *getattro PROTO((object *, object *)); extern int setattro PROTO((object *, object *, object *)); extern long hashobject PROTO((object *)); |