Skip to content

Commit

Permalink
removed unneeded function prototypes (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett authored Oct 29, 2024
1 parent d79b108 commit b8e5089
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/grib2.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -254,20 +254,6 @@ g2int g2_addfield(unsigned char *cgrib, g2int ipdsnum, g2int *ipdstmpl,
float *fld, g2int ngrdpts, g2int ibmap, g2int *bmap);
g2int g2_gribend(unsigned char *cgrib);

/* Compression. */
void pngpack(float *fld, g2int width, g2int height, g2int *idrstmpl,
unsigned char *cpack, g2int *lcpack);
g2int pngunpack(unsigned char *cpack, g2int len, g2int *idrstmpl, g2int ndpts,
float *fld);
void jpcpack(float *fld, g2int width, g2int height, g2int *idrstmpl,
unsigned char *cpack, g2int *lcpack);
g2int jpcunpack(unsigned char *cpack, g2int len, g2int *idrstmpl, g2int ndpts,
float *fld);
void aecpack(float *fld, g2int width, g2int height, g2int *idrstmpl,
unsigned char *cpack, g2int *lcpack);
g2int aecunpack(unsigned char *cpack, g2int len, g2int *idrstmpl, g2int ndpts,
float *fld);

/* The new g2c API is being introduced in version 2.0 of the library. */

/* Data types. */
Expand Down

0 comments on commit b8e5089

Please sign in to comment.