aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-17 04:39:44 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-17 04:39:44 +0000
commiteee9b9ddd30be0b11593a31ecf67672522d7e5ed (patch)
treea192462f2b3ff017b879d449c007c6d496a7046a /wsutil/filesystem.h
parent74647a318b93d780cae2eabe70ce45b55e4e94a7 (diff)
Move get_tempfile_path() from filesystem.[ch] to tempfile.[ch].
svn path=/trunk/; revision=53379
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 6b76bab4fc..642ddf9797 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -205,14 +205,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/<filename>" (C:\<filename>) 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
*/
WS_DLL_PUBLIC int filesystem_opt(int opt, const char *optstr);