Skip to content

Commit

Permalink
include: save_user_settings function declaration isn’t a prototype
Browse files Browse the repository at this point in the history
Fixup save_user_settings function prototype.
  • Loading branch information
credmon committed Jun 28, 2016
1 parent ecfa791 commit d02c603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/internal_libreport.h
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ void set_app_user_setting(map_string_t *settings, const char *name, const char *
const char *get_app_user_setting(map_string_t *settings, const char *name);

#define save_user_settings libreport_save_user_settings
bool save_user_settings();
bool save_user_settings(void);
#define load_user_settings libreport_load_user_settings
bool load_user_settings(const char *application_name);
#define set_user_setting libreport_set_user_setting
Expand Down

0 comments on commit d02c603

Please sign in to comment.