CHG: adapt to be similar as other cmd*.c files
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#ifndef CMDSCRIPT_H__
|
||||
#define CMDSCRIPT_H__
|
||||
|
||||
int CmdScript(const char *Cmd);
|
||||
extern int CmdScript(const char *Cmd);
|
||||
|
||||
extern int CmdScriptList(const char *Cmd);
|
||||
extern int CmdScriptRun(const char *Cmd);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user