rename xxx_tostring() -> xxx_to_str()
This commit is contained in:
@@ -77,10 +77,10 @@ void tuple4_reverse(const struct tuple4 *in, struct tuple4 *out);
|
||||
void tuple5_reverse(const struct tuple5 *in, struct tuple5 *out);
|
||||
void tuple6_reverse(const struct tuple6 *in, struct tuple6 *out);
|
||||
|
||||
void tuple2_tostring(const struct tuple2 *tuple, char *buf, uint32_t size);
|
||||
void tuple4_tostring(const struct tuple4 *tuple, char *buf, uint32_t size);
|
||||
void tuple5_tostring(const struct tuple5 *tuple, char *buf, uint32_t size);
|
||||
void tuple6_tostring(const struct tuple6 *tuple, char *buf, uint32_t size);
|
||||
void tuple2_to_str(const struct tuple2 *tuple, char *buf, uint32_t size);
|
||||
void tuple4_to_str(const struct tuple4 *tuple, char *buf, uint32_t size);
|
||||
void tuple5_to_str(const struct tuple5 *tuple, char *buf, uint32_t size);
|
||||
void tuple6_to_str(const struct tuple6 *tuple, char *buf, uint32_t size);
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user