sipevent: avoid C++ keywords
This commit is contained in:
parent
d78551bf75
commit
985967fa39
1 changed files with 2 additions and 2 deletions
|
@ -66,10 +66,10 @@ int sipevent_accept(struct sipnot **notp, struct sipevent_sock *sock,
|
||||||
const char *cuser, const char *ctype,
|
const char *cuser, const char *ctype,
|
||||||
sip_auth_h *authh, void *aarg, bool aref,
|
sip_auth_h *authh, void *aarg, bool aref,
|
||||||
sipnot_close_h *closeh, void *arg, const char *fmt, ...);
|
sipnot_close_h *closeh, void *arg, const char *fmt, ...);
|
||||||
int sipevent_notify(struct sipnot *not, struct mbuf *mb,
|
int sipevent_notify(struct sipnot *sipnot, struct mbuf *mb,
|
||||||
enum sipevent_subst state, enum sipevent_reason reason,
|
enum sipevent_subst state, enum sipevent_reason reason,
|
||||||
uint32_t retry_after);
|
uint32_t retry_after);
|
||||||
int sipevent_notifyf(struct sipnot *not, struct mbuf **mbp,
|
int sipevent_notifyf(struct sipnot *sipnot, struct mbuf **mbp,
|
||||||
enum sipevent_subst state, enum sipevent_reason reason,
|
enum sipevent_subst state, enum sipevent_reason reason,
|
||||||
uint32_t retry_after, const char *fmt, ...);
|
uint32_t retry_after, const char *fmt, ...);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue