From d271d0a329a5b3e99f4ad209b5270a8648739ff0 Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Tue, 5 Jan 2010 16:04:57 +0000 Subject: * Rewritten configuration script to create config.h (Jan Kara) * Use /proc/mounts for mountpoint scanning (Jan Kara) * Removed use of reserved identifiers (Jan Kara) --- bylabel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bylabel.h') diff --git a/bylabel.h b/bylabel.h index 271c5cb..12fc725 100644 --- a/bylabel.h +++ b/bylabel.h @@ -1,4 +1,4 @@ -#ifndef _BYLABEL_H_ -#define _BYLABEL_H_ +#ifndef BYLABEL_H_ +#define BYLABEL_H_ const char *get_device_name(const char *item); -#endif /* _BYLABEL_H_ */ +#endif /* BYLABEL_H_ */ -- cgit v1.2.3