diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-24 17:34:20 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-24 17:34:20 +0900 |
commit | 2578fc0f303b97ab0fd1b1935cd00f6f45a353e9 (patch) | |
tree | 18160939bc9fde9fadf999f73b001b523813fc29 /example-fs-bb48/command.h | |
parent | 2704416c384d5e2990621b15be01f37f4f9c49e0 (diff) |
Update example-fs-bb48
Diffstat (limited to 'example-fs-bb48/command.h')
-rw-r--r-- | example-fs-bb48/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example-fs-bb48/command.h b/example-fs-bb48/command.h new file mode 100644 index 0000000..139ab4a --- /dev/null +++ b/example-fs-bb48/command.h @@ -0,0 +1 @@ +void cmd_dispatch (struct tty *tty, const char *line); |