apfs_util.h 290 B

12345678910111213141516
  1. //
  2. // apfs_util.h
  3. // electra
  4. //
  5. // Created by CoolStar on 2/26/18.
  6. // Copyright © 2018 Electra Team. All rights reserved.
  7. //
  8. #ifndef apfs_util_h
  9. #define apfs_util_h
  10. int list_snapshots(const char *vol);
  11. int check_snapshot(const char *vol, const char *snap);
  12. #endif /* apfs_util_h */