libvolume_id.h revision 2603474ff9be2418900581da1af5cccc9f13cae1
/*
* volume_id - reads volume label and uuid
*
* Copyright (C) 2005-2008 Kay Sievers <kay.sievers@vrfy.org>
*
* under the terms of the GNU General Public License as published by the
* Free Software Foundation version 2 of the License.
*/
#ifndef _LIBVOLUME_ID_H_
#define _LIBVOLUME_ID_H_
#include <stdint.h>
#include <stddef.h>
struct volume_id;
typedef void (*volume_id_log_fn_t)(int priority, const char *file, int line, const char *format, ...)
extern volume_id_log_fn_t volume_id_log_fn;
void *data);
void *data);
#endif