summaryrefslogtreecommitdiffstats
path: root/siplib/sipint.h
diff options
context:
space:
mode:
authoraneejit1 <aneejit1@gmail.com>2022-05-25 14:18:49 +0000
committerSlávek Banko <slavek.banko@axis.cz>2022-05-30 18:52:49 +0200
commit9149eaf253a79656c13d4614c7d03c37af949415 (patch)
tree43236d46d996d90215f2cf68314985a8048a597a /siplib/sipint.h
parent1eb067b439c19d9336c44e438721decdbd1ea20e (diff)
downloadsip4-tqt-r14.0.x.tar.gz
sip4-tqt-r14.0.x.zip
Make sip_api_get_address a public API functionr14.0.13r14.0.x
The sipGetAddress function has been renamed as sip_api_get_address and made available as part of the public API. Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit b92a3b0a4eb3cf0790904121c803717ebbbabd55)
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
}