usr/src/lib/libzfs/common/libzfs.h
changeset 5994 bedab011a2e5
parent 5993 6309c3c0a28f
child 6423 437422a29d3a
equal deleted inserted replaced
5993:6309c3c0a28f 5994:bedab011a2e5
   290     nvlist_t *);
   290     nvlist_t *);
   291 
   291 
   292 /*
   292 /*
   293  * Search for pools to import
   293  * Search for pools to import
   294  */
   294  */
   295 extern nvlist_t *zpool_find_import(libzfs_handle_t *, int, char **);
   295 extern nvlist_t *zpool_find_import(libzfs_handle_t *, int, char **, boolean_t);
   296 extern nvlist_t *zpool_find_import_cached(libzfs_handle_t *, const char *);
   296 extern nvlist_t *zpool_find_import_cached(libzfs_handle_t *, const char *,
       
   297 boolean_t);
   297 
   298 
   298 /*
   299 /*
   299  * Miscellaneous pool functions
   300  * Miscellaneous pool functions
   300  */
   301  */
   301 struct zfs_cmd;
   302 struct zfs_cmd;