9 lines
142 B
C
9 lines
142 B
C
#ifndef __PROTOS__STIVALE2_H__
|
|
#define __PROTOS__STIVALE2_H__
|
|
|
|
#include <stdbool.h>
|
|
|
|
bool stivale2_load(char *config, char *cmdline);
|
|
|
|
#endif
|