2009-04-28 20:07:43 +03:00
|
|
|
/*
|
2009-06-25 07:33:46 +03:00
|
|
|
* Authors: Xiangfu Liu <xiangfu.z@gmail.com>
|
2009-04-28 20:07:43 +03:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
2009-06-25 07:33:46 +03:00
|
|
|
* as published by the Free Software Foundation; either version
|
|
|
|
* 3 of the License, or (at your option) any later version.
|
2009-04-28 20:07:43 +03:00
|
|
|
*/
|
2009-06-25 07:33:46 +03:00
|
|
|
|
2009-04-28 20:07:43 +03:00
|
|
|
#ifndef __COMMAND_LINE_H__
|
|
|
|
#define __COMMAND_LINE_H__
|
|
|
|
|
|
|
|
int command_input(char *buf);
|
|
|
|
int command_handle(char *buf);
|
|
|
|
|
|
|
|
#endif /* __COMMAND_LINE_H__ */
|