e2fsprogs/misc/get_device_by_label.h

11 lines
273 B
C

/*
* get_device_by_label.h
*
* Copyright 1999 by Andries Brouwer and Theodore Ts'o
*
* This file may be redistributed under the terms of the GNU Public
* License.
*/
char *get_spec_by_uuid(const char *uuid);
char *get_spec_by_volume_label(const char *volumelabel);