Skip to content

Commit

Permalink
sip_i: remove inconsistent inline indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Feb 2, 2017
1 parent 24a89a2 commit 81542f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/sip_i/isup.h
Expand Up @@ -238,9 +238,9 @@ struct isup_parsed_struct {
extern struct isup_message_data isup_messages[NO_ISUP_MESSAGES];
extern struct isup_param_data isup_params[NO_ISUP_PARAMS];

inline int get_param_idx_by_code(int param_code);
inline int get_msg_idx_by_type(int msg_type);
int get_param_idx_by_code(int param_code);

This comment has been minimized.

Copy link
@razvancrainea

razvancrainea Feb 2, 2017

Author Member

@rvlad-patrascu shall we move these functions in modules/sip_i/sip_i.c and make them static inline?

int get_msg_idx_by_type(int msg_type);

char char2digit(char localchar);

#endif /* _ISUP_H_ */
#endif /* _ISUP_H_ */

0 comments on commit 81542f2

Please sign in to comment.