diff --git a/src/rtpp_command_args.h b/src/rtpp_command_args.h index fa8c4fcea..d507b0b3e 100644 --- a/src/rtpp_command_args.h +++ b/src/rtpp_command_args.h @@ -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_ */