]> git.wh0rd.org - dump.git/blob - compat/include/bylabel.h
b6e0ee97caf7e8fca42eb24d1f4b39503c6e8e99
[dump.git] / compat / include / bylabel.h
1 /*
2 * Ported to Linux's Second Extended File System as part of the
3 * dump and restore backup suit
4 * 1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
5 * - added Native Language Support
6 * 2000-01-20 James Antill <james@and.org>
7 * - Added error message if /proc/partitions cannot be opened
8 * 2000-05-09 Erik Troan <ewt@redhat.com>
9 * - Added cache for UUID and disk labels
10 * Wed Aug 16 2000 Erik Troan <ewt@redhat.com>
11 * - Ported to dump/restore
12 * Stelian Pop <pop@noos.fr> - Alcôve <www.alcove.fr>, 2000
13 *
14 * $Id: bylabel.h,v 1.4 2000/12/21 11:14:53 stelian Exp $
15 */
16
17 #ifndef _BYLABEL_H_
18 #define _BYLABEL_H_
19
20 #include <config.h>
21
22 const char * get_device_name(const char * item);
23 const char * get_device_label(const char * spec);
24
25 #endif /* !_BYLABEL_H_ */