summaryrefslogtreecommitdiff
path: root/libarchive/archive_string.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-04-11 00:25:41 -0400
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-04-11 00:25:41 -0400
commitec7d3cfed9408bf94d515823517738c57a71040e (patch)
tree5b9b69ca4ecf2e7d55f90883de3608e461ea761a /libarchive/archive_string.h
parentdb176ac31f35650323a1e75e4b6e786650673ed4 (diff)
downloadlibarchive-ec7d3cfed9408bf94d515823517738c57a71040e.tar.gz
Remove first argument of archive_wstring_append_from_mbs/archive_string_append_from_wcs_to_mbs.
It is no longer needed for WCS<==>MBS conversion. SVN-Revision: 3206
Diffstat (limited to 'libarchive/archive_string.h')
-rw-r--r--libarchive/archive_string.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libarchive/archive_string.h b/libarchive/archive_string.h
index 65c04e7f..d7128cf0 100644
--- a/libarchive/archive_string.h
+++ b/libarchive/archive_string.h
@@ -84,7 +84,7 @@ archive_wstrappend_wchar(struct archive_wstring *, wchar_t);
/* Convert a Unicode string to current locale and append the result. */
/* Returns -1 if conversion fails. */
int
-archive_string_append_from_wcs_to_mbs(struct archive *, struct archive_string *, const wchar_t *, size_t);
+archive_string_append_from_wcs_to_mbs(struct archive_string *, const wchar_t *, size_t);
/* Create a string conversion object.
@@ -188,8 +188,8 @@ void archive_string_sprintf(struct archive_string *, const char *, ...)
/* Translates from MBS to Unicode. */
/* Returns non-zero if conversion failed in any way. */
-int archive_wstring_append_from_mbs(struct archive *,
- struct archive_wstring *dest, const char *, size_t);
+int archive_wstring_append_from_mbs(struct archive_wstring *dest,
+ const char *, size_t);
/* A "multistring" can hold Unicode, UTF8, or MBS versions of