Skip to content

Commit

Permalink
core: kemi - prototype for embedded functions with str-str-int-int pa…
Browse files Browse the repository at this point in the history
…rams
  • Loading branch information
miconda committed Apr 21, 2016
1 parent 6b0ea23 commit be16751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kemi.h
Expand Up @@ -84,6 +84,7 @@ typedef int (*sr_kemi_fmssn_f)(sip_msg_t*, str*, str*, int);
typedef int (*sr_kemi_fmsss_f)(sip_msg_t*, str*, str*, str*);

typedef int (*sr_kemi_fmssss_f)(sip_msg_t*, str*, str*, str*, str*);
typedef int (*sr_kemi_fmssnn_f)(sip_msg_t*, str*, str*, int, int);
typedef int (*sr_kemi_fmsssss_f)(sip_msg_t*, str*, str*, str*, str*, str*);
typedef int (*sr_kemi_fmssssss_f)(sip_msg_t*, str*, str*, str*, str*, str*, str*);

Expand Down

0 comments on commit be16751

Please sign in to comment.