summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/commands.h b/commands.h
index e719c491..01bf387e 100644
--- a/commands.h
+++ b/commands.h
@@ -65,9 +65,6 @@ struct cmd_group {
const struct cmd_struct commands[];
};
-/* btrfs.c */
-int prefixcmp(const char *str, const char *prefix);
-
int handle_command_group(const struct cmd_group *grp, int argc,
char **argv);