aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-12 14:18:34 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-01-12 14:18:34 -0800
commitdc37a8079e4b1a69300a4bf1bdd00f8e2c66e1d5 (patch)
treeb2903cfe9c29a1c62d5a57250a8ef3c2d2b90878 /common.h
parent373cca0bf6834269c2b4fb6f27bcbf1c548ff983 (diff)
Added a seq function that defers to the seq command if present
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index c9940236..9c852f18 100644
--- a/common.h
+++ b/common.h
@@ -226,6 +226,7 @@ wcstring str2wcstring(const std::string &in);
way using the private use area.
*/
char *wcs2str(const wchar_t *in);
+char *wcs2str(const wcstring &in);
std::string wcs2string(const wcstring &input);
/** Test if a string prefixes another. Returns true if a is a prefix of b */