modfetch/mod.h
2024-02-10 14:51:50 +01:00

13 lines
213 B
C

#ifndef _MODFETCH_MOD_H
#define _MODFETCH_MOD_H
#include "semver.h"
#include <stdint.h>
semver version(void);
const char *name(void);
void init(char **config);
const char *get(void);
#endif // _MODFETCH_MOD_H