Whamcloud - gitweb
Mke2fs now creates the lost+found directory with 0700 permissions,
[tools/e2fsprogs.git] / misc / get_device_by_label.h
1 /*
2  * get_device_by_label.h
3  *
4  * Copyright 1999 by Andries Brouwer
5  * Copyright 1999, 2000 by Theodore Ts'o
6  *
7  * This file may be redistributed under the terms of the GNU Public
8  * License. 
9  */
10
11 extern char *string_copy(const char *s);
12 extern char *get_spec_by_uuid(const char *uuid);
13 extern char *get_spec_by_volume_label(const char *volumelabel);
14 extern const char *get_volume_label_by_spec(const char *spec);
15 extern char *interpret_spec(char *spec);