7 lines
103 B
C
7 lines
103 B
C
#ifndef __PROTOS__CHAINLOAD_H__
|
|
#define __PROTOS__CHAINLOAD_H__
|
|
|
|
void chainload(char *config);
|
|
|
|
#endif
|