diff options
Diffstat (limited to 'siplib/sip-tqt.h')
-rw-r--r-- | siplib/sip-tqt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/siplib/sip-tqt.h b/siplib/sip-tqt.h index 8c49068..e3a306f 100644 --- a/siplib/sip-tqt.h +++ b/siplib/sip-tqt.h @@ -1295,6 +1295,7 @@ typedef struct _sipAPIDef { sipAttrGetterFunc getter); int (*api_is_api_enabled)(const char *name, int from, int to); sipErrorState (*api_bad_callable_arg)(int arg_nr, PyObject *arg); + void *(*api_get_address)(sipSimpleWrapper *w); /* * The following are deprecated parts of the public API. |