Whamcloud - gitweb
configure.in:
[tools/e2fsprogs.git] / misc / get_device_by_label.h
1 /*
2  * get_device_by_label.h
3  *
4  * Copyright 1999 by Andries Brouwer and Theodore Ts'o
5  *
6  * This file may be redistributed under the terms of the GNU Public
7  * License. 
8  */
9 char *get_spec_by_uuid(const char *uuid);
10 char *get_spec_by_volume_label(const char *volumelabel);