#ifndef LBXIMG_H_ #define LBXIMG_H_ #include typedef struct lbx_image LBXIMG; LBXIMG *lbximg_fopen(FILE *f); void lbximg_close(LBXIMG *img); #endif