btrfs-progs: clean up commands.h
authorAnand Jain <anand.jain@oracle.com>
Thu, 19 May 2016 05:13:14 +0000 (13:13 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 1 Jun 2016 12:56:56 +0000 (14:56 +0200)
commit98410fce1d4c9ca309a4460f251489d65af3fe52
treeb1713a63bc9b8a580b317c7772d2a948d504b26c
parentb5ae826637f83d937ca7de54d6a7468cf95ab1f1
btrfs-progs: clean up commands.h

This function is declared in utils.h so remove it from commands.h int
test_issubvolume(const char *path);

This function does not exists delete the declaration
get_subvol_name(char *mnt, char *full_path);

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
commands.h