summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-01-13 17:45:39 +0100
committerDavid Sterba <dsterba@suse.com>2016-01-14 11:07:10 +0100
commit7afde59e38e78fa7c99d0b0d36718645c6a77c91 (patch)
tree5e2c095b356a1505a3bab1345d27ebdcd103abab /commands.h
parent33ac47b5fb0b7202ac32b6ab018a5212b790c4f1 (diff)
downloadbtrfs-progs-7afde59e38e78fa7c99d0b0d36718645c6a77c91.tar.gz
btrfs-progs: let test_issubvolume return the exact error
Return any error from stat, minor cleanups. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index d2bb093..2da093b 100644
--- a/commands.h
+++ b/commands.h
@@ -126,7 +126,7 @@ int cmd_debug_tree(int argc, char **argv);
int cmd_rescue(int argc, char **argv);
/* subvolume exported functions */
-int test_issubvolume(char *path);
+int test_issubvolume(const char *path);
/* send.c */
char *get_subvol_name(char *mnt, char *full_path);