From eee9b9ddd30be0b11593a31ecf67672522d7e5ed Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 17 Nov 2013 04:39:44 +0000 Subject: Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch]. svn path=/trunk/; revision=53379 --- wsutil/filesystem.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'wsutil/filesystem.h') diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h index 6b76bab4fc..642ddf9797 100644 --- a/wsutil/filesystem.h +++ b/wsutil/filesystem.h @@ -204,14 +204,6 @@ WS_DLL_PUBLIC char *get_persconffile_path(const char *filename, gboolean from_pr */ WS_DLL_PUBLIC const char *get_persdatafile_dir(void); -/* - * Construct the path name of a file in $TMP/%TEMP% directory. - * Or "/tmp/" (C:\) if that fails. - * - * Return value is g_malloced so the caller should g_free it. - */ -WS_DLL_PUBLIC char *get_tempfile_path(const char *filename); - /* * process command line option belonging to the filesystem settings */ -- cgit v1.2.3