From 0644dfde1f691df65851940738aad522857b71aa Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 23 Mar 2025 19:25:39 +0100 Subject: Clean up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.h | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index 1b352f2..fa1a0f2 100644 --- a/src/common.h +++ b/src/common.h @@ -957,10 +957,8 @@ struct gamma_method { /** * Print help on options for the adjustment method - * - * @param f Output sink */ - void (*print_help)(FILE *f); + void (*print_help)(void); /** * Finalise option-dependent initialisation and connections @@ -1054,10 +1052,8 @@ struct location_provider { /** * Print help on options for the location provider - * - * @param f Output sink */ - void (*print_help)(FILE *f); + void (*print_help)(void); /** * Finalise option-dependent initialisation and connections @@ -1204,10 +1200,9 @@ int direct_create(GAMMA_STATE **state_out, int method, const char *method_name); /** * Print help on options for the adjustment method using direct gamma adjustments * - * @param f Output sink * @param method libgamma constant for the adjustment method */ -void direct_print_help(FILE *f, int method); +void direct_print_help(int method); /** * Configure the adjustment method using direct gamma adjustments -- cgit v1.2.3-70-g09d2