]> git.wh0rd.org - dump.git/blobdiff - compat/include/bylabel.h
noos -> popies.net
[dump.git] / compat / include / bylabel.h
index 00ed284a3241d1f853bec4c85dc081990b5bdf27..d1b0a7dc2b8781c9197932db5630d07145f15302 100644 (file)
@@ -1 +1,25 @@
+/*
+ *     Ported to Linux's Second Extended File System as part of the
+ *     dump and restore backup suit
+ *     1999-02-22 Arkadiusz Mi¶kiewicz <misiek@misiek.eu.org>
+ *      - added Native Language Support
+ *     2000-01-20 James Antill <james@and.org>
+ *      - Added error message if /proc/partitions cannot be opened
+ *     2000-05-09 Erik Troan <ewt@redhat.com>
+ *     - Added cache for UUID and disk labels
+ *     Wed Aug 16 2000 Erik Troan <ewt@redhat.com>
+ *     - Ported to dump/restore
+ *     Stelian Pop <stelian@popies.net> - Alcôve <www.alcove.com>, 2000-2002
+ *
+ *     $Id: bylabel.h,v 1.5 2002/01/16 09:32:14 stelian Exp $
+ */
+
+#ifndef _BYLABEL_H_
+#define        _BYLABEL_H_
+
+#include <config.h>
+
 const char * get_device_name(const char * item);
+const char * get_device_label(const char * spec);
+
+#endif /* !_BYLABEL_H_ */