summaryrefslogtreecommitdiffstats
path: root/siplib/sipint.h
diff options
context:
space:
mode:
Diffstat (limited to 'siplib/sipint.h')
-rw-r--r--siplib/sipint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/siplib/sipint.h b/siplib/sipint.h
index 3758b36..0527c3f 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
}