diff --git a/src/grib_api_prototypes.h b/src/grib_api_prototypes.h index 3237ebbff..9da6f7ec9 100644 --- a/src/grib_api_prototypes.h +++ b/src/grib_api_prototypes.h @@ -1194,7 +1194,6 @@ int codes_bufr_keys_iterator_delete(bufr_keys_iterator* kiter); /* grib_parse_utils.c */ int grib_recompose_name(grib_handle* h, grib_accessor* observer, const char* uname, char* fname, int fail); -int grib_accessor_print(grib_accessor* a, const char* name, int type, const char* format, const char* separator, int maxcols, int* newline, FILE* out); int grib_accessors_list_print(grib_handle* h, grib_accessors_list* al, const char* name, int type, const char* format, const char* separator, int maxcols, int* newline, FILE* out); int grib_recompose_print(grib_handle* h, grib_accessor* observer, const char* uname, int fail, FILE* out); grib_action_file* grib_find_action_file(const char* fname, grib_action_file_list* afl);