* already been checked. An ist made of the output and its length (not counting
* the trailing zero) are returned.
*/
-static inline struct ist ist2str(char *dst, const struct ist src, size_t count)
+static inline struct ist ist2str(char *dst, const struct ist src)
{
size_t ofs = 0;
* the frame length has already been checked. An ist made of the output and its
* length (not counting the trailing zero) are returned.
*/
-static inline struct ist ist2str_lc(char *dst, const struct ist src, size_t count)
+static inline struct ist ist2str_lc(char *dst, const struct ist src)
{
size_t ofs = 0;
* the frame length has already been checked. An ist made of the output and its
* length (not counting the trailing zero) are returned.
*/
-static inline struct ist ist2str_uc(char *dst, const struct ist src, size_t count)
+static inline struct ist ist2str_uc(char *dst, const struct ist src)
{
size_t ofs = 0;