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