9 lines
149 B
C
9 lines
149 B
C
#ifndef PROTOS__CHAINLOAD_H__
|
|
#define PROTOS__CHAINLOAD_H__
|
|
|
|
#include <stdnoreturn.h>
|
|
|
|
noreturn void chainload(char *config, char *cmdline);
|
|
|
|
#endif
|