btrfs-progs: move prefixcmp helper to utils
[platform/upstream/btrfs-progs.git] / commands.h
index e719c49..01bf387 100644 (file)
@@ -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);