mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-21 06:36:49 +00:00
Initial commit
This initial commit has enough to make a new file system and print out it's structures. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#ifndef _CMD_H_
|
||||
#define _CMD_H_
|
||||
|
||||
void cmd_register(char *name, char *opts, char *summary,
|
||||
int (*func)(int argc, char **argv));
|
||||
|
||||
int cmd_execute(int argc, char **argv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user