mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-08 18:21:45 +00:00
Btrfs-progs: fix compile warning of implicit declaration of "list_snapshots"
This patch fixes the following warning: cmds-subvolume.c:283:3: warning: implicit declaration of function "list_snapshots" Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
This commit is contained in:
parent
c5800fb016
commit
f25d8564dc
@ -17,5 +17,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
int list_subvols(int fd, int print_parent, int get_default, int print_uuid);
|
int list_subvols(int fd, int print_parent, int get_default, int print_uuid);
|
||||||
|
int list_snapshots(int fd, int print_parent, int order, int print_uuid);
|
||||||
int find_updated_files(int fd, u64 root_id, u64 oldest_gen);
|
int find_updated_files(int fd, u64 root_id, u64 oldest_gen);
|
||||||
char *path_for_root(int fd, u64 root);
|
char *path_for_root(int fd, u64 root);
|
||||||
|
Loading…
Reference in New Issue
Block a user