blob: f87b27f6a35e8256d9899cdc1a650aeebf9cfd39 [file] [log] [blame]
Theodore Ts'o2d8defd1999-07-03 01:59:42 +00001/*
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 */
9char *get_spec_by_uuid(const char *uuid);
10char *get_spec_by_volume_label(const char *volumelabel);