rulimine/stage23/protos/chainload.h

7 lines
103 B
C
Raw Normal View History

2020-05-06 18:00:41 +03:00
#ifndef __PROTOS__CHAINLOAD_H__
#define __PROTOS__CHAINLOAD_H__
void chainload(char *config);
2020-05-06 18:00:41 +03:00
#endif