aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-06-09 12:57:44 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-06-09 12:57:44 -0700
commit11c156251250dec94960aa267739c958cfdb3e04 (patch)
tree3f8077b05f79cc19c63971f14367bec69e0f7b5f /common.h
parentef646f0f7823e7be6f290297d1dac15f303d1947 (diff)
Remove connection_t usage from write_to_fd
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 18821509..ca4c8337 100644
--- a/common.h
+++ b/common.h
@@ -650,7 +650,7 @@ char **wcsv2strv(const wchar_t * const *in);
\return null if this is a valid name, and a pointer to the first invalid character otherwise
*/
-wchar_t *wcsvarname(const wchar_t *str);
+const wchar_t *wcsvarname(const wchar_t *str);
/**