diff options
| author | aneejit1 <aneejit1@gmail.com> | 2022-05-25 14:18:49 +0000 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2022-05-30 18:52:49 +0200 |
| commit | 9149eaf253a79656c13d4614c7d03c37af949415 (patch) | |
| tree | 43236d46d996d90215f2cf68314985a8048a597a /siplib/sip.h | |
| parent | 1eb067b439c19d9336c44e438721decdbd1ea20e (diff) | |
| download | sip4-tqt-r14.0.x.tar.gz sip4-tqt-r14.0.x.zip | |
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/sip.h')
| -rw-r--r-- | siplib/sip.h | 1 |
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. |
