aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/filesystem.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-06-21 16:50:03 -0400
committerAnders Broman <a.broman58@gmail.com>2017-06-22 02:41:59 +0000
commit7af770dfa72eaca512b658b3ed702ad27c491e91 (patch)
treefdf9c30af8d68efdcd0337f33e26d4cb27f40b59 /wsutil/filesystem.h
parenta9c2697714b8053b2cd9b1e1e0f07baf9d345c1f (diff)
wsutil: Return error from profile_write_info_file
Change-Id: I1d91cef01ced6cceaa75d1618ffcb59eae5b8e6f Reviewed-on: https://code.wireshark.org/review/22325 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/filesystem.h')
-rw-r--r--wsutil/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 8b2d9faf54..c28e0a48db 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -145,7 +145,7 @@ 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 void profile_write_info_file(void);
+WS_DLL_PUBLIC gboolean profile_write_info_file(gchar **pf_dir_path_return);
/*
* Check if given configuration profile exists.