diff options
Diffstat (limited to 'siplib/sipint.h')
-rw-r--r-- | siplib/sipint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/siplib/sipint.h b/siplib/sipint.h index f229fbe..49fad01 100644 --- a/siplib/sipint.h +++ b/siplib/sipint.h @@ -118,6 +118,7 @@ PyObject *sip_api_invoke_slot(const sipSlot *slot, PyObject *sigargs); void *sip_api_convert_rx(sipWrapper *txSelf, const char *sigargs, PyObject *rxObj, const char *slot, const char **memberp, int flags); int sip_api_save_slot(sipSlot *sp, PyObject *rxObj, const char *slot); +void *sip_api_get_address(sipSimpleWrapper *w); /* @@ -139,8 +140,6 @@ int sipOMRemoveObject(sipObjectMap *om, sipSimpleWrapper *val); void sipSetBool(void *ptr,int val); -void *sipGetAddress(sipSimpleWrapper *w); - #ifdef __cplusplus } |