aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-06-22 09:49:16 -0400
committerStig Bjørlykke <stig@bjorlykke.org>2017-06-22 14:59:45 +0000
commit3b5c88ea4b8a9b4b85396a34ee658f3cdd1be156 (patch)
treedcc451f30fd6b7ed7c964f438722c5bd1a4ea87e /wsutil/filesystem.h
parent9a87f80f09b83c559fcd65abf3d7b0e5428fb928 (diff)
wsutil: Back out profile_write_info_file
Change-Id: I89a9aaeeba1689cce04f239dafdc9003492aba16 Reviewed-on: https://code.wireshark.org/review/22346 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index c28e0a48db..f09e5ccaea 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -143,11 +143,6 @@ WS_DLL_PUBLIC char *get_global_profiles_dir(void);
WS_DLL_PUBLIC void profile_store_persconffiles(gboolean store);
/*
- * Store a list of all personal config files which belongs in a profile.
- */
-WS_DLL_PUBLIC gboolean profile_write_info_file(gchar **pf_dir_path_return);
-
-/*
* Check if given configuration profile exists.
*/
WS_DLL_PUBLIC gboolean profile_exists(const gchar *profilename, gboolean global);