Skip to content

Commit

Permalink
core: kemi - define for function type with (str*, str*, int, int, str…
Browse files Browse the repository at this point in the history
…*) params
  • Loading branch information
miconda committed Dec 4, 2018
1 parent 45cecde commit a23f98c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/kemi.h
Expand Up @@ -108,6 +108,7 @@ typedef int (*sr_kemi_fmssss_f)(sip_msg_t*, str*, str*, str*, str*);

/* sip_msg_t and five int|str params */
typedef int (*sr_kemi_fmsssss_f)(sip_msg_t*, str*, str*, str*, str*, str*);
typedef int (*sr_kemi_fmssnns_f)(sip_msg_t*, str*, str*, int, int, str*);

/* sip_msg_t and six int|str params */
typedef int (*sr_kemi_fmssssss_f)(sip_msg_t*, str*, str*, str*, str*, str*, str*);
Expand Down

0 comments on commit a23f98c

Please sign in to comment.