rulimine/stage23/protos/stivale2.h
2021-11-24 13:23:02 +01:00

9 lines
142 B
C

#ifndef __PROTOS__STIVALE2_H__
#define __PROTOS__STIVALE2_H__
#include <stdbool.h>
bool stivale2_load(char *config, char *cmdline);
#endif