From 6e09fb4b7e5aae599b3c222388d10791539d4aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Pettersson?= Date: Tue, 7 Oct 2014 03:50:52 +0200 Subject: [PATCH] Added int twc_save_profile_data_file to header. --- src/twc-profile.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/twc-profile.h b/src/twc-profile.h index f09c219..9fe7053 100644 --- a/src/twc-profile.h +++ b/src/twc-profile.h @@ -68,6 +68,9 @@ twc_profile_unload(struct t_twc_profile *profile); void twc_profile_autoload(); +int +twc_save_profile_data_file(struct t_twc_profile *profile); + void twc_profile_refresh_online_status(struct t_twc_profile *profile);