write to location
This commit is contained in:
parent
fe34c61b12
commit
d273544702
3 changed files with 19 additions and 8 deletions
|
|
@ -26,7 +26,7 @@
|
|||
#include "kubo_context.h"
|
||||
#include "kubo_file.h"
|
||||
|
||||
typedef void (*kubo_command_function)(struct kubo_context *context);
|
||||
typedef void (*kubo_command_function)(struct kubo_context *context, char *rest);
|
||||
|
||||
struct kubo_command_data {
|
||||
const char *input;
|
||||
|
|
@ -40,6 +40,7 @@ void kubo_command_append_char(int c);
|
|||
void kubo_command_pop();
|
||||
void kubo_command_accept_cmd(struct kubo_context *context);
|
||||
void kubo_command_clear();
|
||||
|
||||
char *kubo_command_get_str();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue