diff options
Diffstat (limited to 'Include/accessobject.h')
-rw-r--r-- | Include/accessobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/accessobject.h b/Include/accessobject.h index 1c67849..d50d028 100644 --- a/Include/accessobject.h +++ b/Include/accessobject.h @@ -50,5 +50,6 @@ int setaccessvalue PROTO((object *, object *, object *)); void setaccessowner PROTO((object *, object *)); object *cloneaccessobject PROTO((object *)); +int hasaccessvalue PROTO((object *)); extern typeobject Anynumbertype, Anysequencetype, Anymappingtype; |