ancient-weatherstation/cronjob/chart/image_file/image_common.h

7 lines
88 B
C

typedef struct image_cfg_t {
char *img_name;
} image_cfg;
extern image_cfg img_cfg;