summaryrefslogtreecommitdiffstats
path: root/siplib/sip.h
diff options
context:
space:
mode:
Diffstat (limited to 'siplib/sip.h')
-rw-r--r--siplib/sip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/siplib/sip.h b/siplib/sip.h
index 2f036bd..ae05b36 100644
--- a/siplib/sip.h
+++ b/siplib/sip.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.