aboutsummaryrefslogtreecommitdiffhomepage
path: root/env_universal.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-09 03:06:10 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-05-09 03:06:10 -0700
commit175249b4555afd7e453d5bd5a054bb79f3577fe1 (patch)
treec2002dfc8e186dfab1cbc3315e82d0f33ebed913 /env_universal.h
parent294fbc830918f49dd13500bdf0fb4f4933338023 (diff)
Adopt wcstring in env_set
Diffstat (limited to 'env_universal.h')
-rw-r--r--env_universal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/env_universal.h b/env_universal.h
index fc05741d..ec2fae19 100644
--- a/env_universal.h
+++ b/env_universal.h
@@ -35,12 +35,12 @@ wchar_t *env_universal_get( const wcstring &name );
Get the export flag of the variable with the specified
name. Returns 0 if the variable doesn't exist.
*/
-int env_universal_get_export( const wchar_t *name );
+int env_universal_get_export( const wcstring &name );
/**
Set the value of a universal variable
*/
-void env_universal_set( const wchar_t *name, const wchar_t *val, int exportv );
+void env_universal_set( const wcstring &name, const wcstring &val, int exportv );
/**
Erase a universal variable