mirror of
https://repo.or.cz/socat.git
synced 2025-07-08 05:36:32 +00:00
Red Hat issue 1021948: snprintf API change
This commit is contained in:
parent
52e8a5ec2b
commit
cf39583b25
8 changed files with 74 additions and 53 deletions
3
utils.h
3
utils.h
|
@ -66,4 +66,7 @@ char *sanitize_string(const char *data, /* input data */
|
|||
extern
|
||||
char *xiosubstr(char *scratch, const char *str, size_t from, size_t len);
|
||||
|
||||
extern
|
||||
int xio_snprintf(char *str, size_t size, const char *format, ...);
|
||||
|
||||
#endif /* !defined(__utils_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue