X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=compat%2Finclude%2Fbylabel.h;h=67b6ddaaa99b26993937714f2077a4e2a07d21c6;hp=00ed284a3241d1f853bec4c85dc081990b5bdf27;hb=a23c5022421f8f7e2182300beb938167a3975286;hpb=58d8534847bc23e3b476372c11b368e4020676f7 diff --git a/compat/include/bylabel.h b/compat/include/bylabel.h index 00ed284..67b6dda 100644 --- a/compat/include/bylabel.h +++ b/compat/include/bylabel.h @@ -1 +1,23 @@ +/* + * Ported to Linux's Second Extended File System as part of the + * dump and restore backup suit + * 1999-02-22 Arkadiusz Mi¶kiewicz + * - added Native Language Support + * 2000-01-20 James Antill + * - Added error message if /proc/partitions cannot be opened + * 2000-05-09 Erik Troan + * - Added cache for UUID and disk labels + * Wed Aug 16 2000 Erik Troan + * - Ported to dump/restore + * Stelian Pop - Alcôve , 2000 + * + * $Id: bylabel.h,v 1.2 2000/11/30 09:53:13 stelian Exp $ + */ + +#ifndef _BYLABEL_H_ +#define _BYLABEL_H_ + const char * get_device_name(const char * item); +const char * get_device_label(const char * spec); + +#endif /* !_BYLABEL_H_ */