From 11c156251250dec94960aa267739c958cfdb3e04 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 9 Jun 2014 12:57:44 -0700 Subject: Remove connection_t usage from write_to_fd --- common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.h') 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); /** -- cgit v1.2.3