1
0
Fork 0
forked from poz/modfetch
modfetch/mod.h

11 lines
190 B
C
Raw Permalink Normal View History

2024-02-09 12:05:06 +01:00
#include <stdint.h>
uint8_t version_major(void);
uint8_t version_minor(void);
uint8_t version_patch(void);
const char *module_name(void);
const char *get(void);
void init(char **config);