diff options
author | Michael Schroeder <mls@suse.de> | 2013-07-17 13:49:13 +0200 |
---|---|---|
committer | Michael Schroeder <mls@suse.de> | 2013-07-17 13:49:13 +0200 |
commit | 55ebcc965ffd6e627782e7ec5ef1f72d44a8b1fb (patch) | |
tree | fd681a662e703f1cfc8c7a6b0135c3023d6c15c4 /src/util.h | |
parent | 8ce1a1397ea9270918e6ba2e7c15deec1e54af96 (diff) | |
download | libsolv-55ebcc965ffd6e627782e7ec5ef1f72d44a8b1fb.tar.gz libsolv-55ebcc965ffd6e627782e7ec5ef1f72d44a8b1fb.tar.bz2 libsolv-55ebcc965ffd6e627782e7ec5ef1f72d44a8b1fb.zip |
support replchar parameter in (currently unused) solv_replacebadutf8
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ extern int solv_hex2bin(const char **strp, unsigned char *buf, int bufl); extern char *solv_bin2hex(const unsigned char *buf, int l, char *str); extern size_t solv_validutf8(const char *buf); extern char *solv_latin1toutf8(const char *buf); -extern char *solv_replacebadutf8(const char *buf); +extern char *solv_replacebadutf8(const char *buf, int replchar); static inline void *solv_extend(void *buf, size_t len, size_t nmemb, size_t size, size_t block) |