Skip to content

Commit

Permalink
Provide convinience struct rtpp_command_argsp for slicing and
Browse files Browse the repository at this point in the history
dicing rtpp_command_args.
  • Loading branch information
sobomax committed Jul 4, 2024
1 parent b33e1b6 commit b918a36
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rtpp_command_args.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,9 @@ struct rtpp_command_args {
rtpp_str_const_t v[RTPC_MAX_ARGC];
};

struct rtpp_command_argsp {
int c;
const rtpp_str_t *v;
};

#endif /* _RTPP_COMMAND_ARGS_H_ */

0 comments on commit b918a36

Please sign in to comment.