summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2013-07-17 13:49:13 +0200
committerMichael Schroeder <mls@suse.de>2013-07-17 13:49:13 +0200
commit55ebcc965ffd6e627782e7ec5ef1f72d44a8b1fb (patch)
treefd681a662e703f1cfc8c7a6b0135c3023d6c15c4 /src/util.h
parent8ce1a1397ea9270918e6ba2e7c15deec1e54af96 (diff)
downloadlibsolv-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 0c15d95..2f2f096 100644
--- a/src/util.h
+++ b/src/util.h
@@ -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)