rulimine/common/protos/linux.h

9 lines
133 B
C
Raw Normal View History

2020-04-19 11:14:49 +03:00
#ifndef __PROTOS__LINUX_H__
#define __PROTOS__LINUX_H__
2021-11-24 15:23:02 +03:00
#include <stdbool.h>
bool linux_load(char *config, char *cmdline);
2020-04-19 11:14:49 +03:00
#endif