summaryrefslogtreecommitdiff
path: root/wsutil/file_util.h
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2016-03-31 04:38:51 +0100
committerMichael Mann <mmann78@netscape.net>2016-04-03 16:30:33 +0000
commit80a80edd5ec87b41d86faa03c9a9b7a773f32f74 (patch)
tree19077b05b0cb09a58bdec1e666a4e86c62e8a0b2 /wsutil/file_util.h
parentee9858f347f54f22fbf88d2e78a53a5ada0e7018 (diff)
downloadwireshark-80a80edd5ec87b41d86faa03c9a9b7a773f32f74.tar.gz
wsutil: Remove getenv_utf8(), replaced with g_getenv()
Replace getenv() calls in filesystem.c too for consistency. Change-Id: I31425179290e556e6696953531989d93777adf92 Reviewed-on: https://code.wireshark.org/review/14752 Petri-Dish: João Valverde <j@v6e.pt> Reviewed-by: João Valverde <j@v6e.pt> Tested-by: João Valverde <j@v6e.pt> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'wsutil/file_util.h')
-rw-r--r--wsutil/file_util.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index 057fdadb55..1588ced5de 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -152,11 +152,6 @@ void *ws_load_library(const gchar *library_name);
WS_DLL_PUBLIC
GModule *ws_module_open(gchar *module_name, GModuleFlags flags);
-/*
- * utf8 version of getenv, needed to get win32 filename paths
- */
-WS_DLL_PUBLIC char *getenv_utf8(const char *varname);
-
/** Create or open a "Wireshark is running" mutex.
* Create or open a mutex which signals that Wireshark or its associated
* executables is running. Used by the installer to test for a running application.