#ifndef IMGSIZE_H_SENTRY #define IMGSIZE_H_SENTRY #ifdef __cplusplus extern "C" { #endif int extract_image_dimensions(const char *fn, int *width, int *height); #ifdef __cplusplus } #endif #endif