Remove grib_handle_headers_only_new_from_file

This commit is contained in:
Shahram Najm 2013-06-05 11:44:09 +01:00
parent dcd8de42dd
commit 4dc3d4acd5
1 changed files with 2 additions and 3 deletions

View File

@ -386,11 +386,10 @@ int grib_count_in_file(grib_context* c, FILE* f,int* n);
*
* @param c : the context from which the handle will be created (NULL for default context)
* @param f : the file resource
* @param error : error code set if the returned handle is NULL and the end of file is not reached
* @param error : error code set if the returned handle is NULL and the end of file is not reached
* @return the new handle, NULL if the resource is invalid or a problem is encountered
*/
grib_handle* grib_handle_new_from_file (grib_context* c, FILE* f, int* error) ;
grib_handle* grib_handle_headers_only_new_from_file (grib_context* c, FILE* f, int* error) ;
grib_handle* grib_handle_new_from_file(grib_context* c, FILE* f, int* error);
/**
* Create a handle from a file resource.