From 65e6cefbb362a4ecd34ab56cb15f4eb7c8d4de1e Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Sun, 8 Oct 2006 19:35:15 +0000 Subject: [PATCH] Prefix in header protection --- src/hal.h | 6 +++--- src/log.h | 6 +++--- src/otp.h | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/hal.h b/src/hal.h index 8ec479f..22ade4b 100644 --- a/src/hal.h +++ b/src/hal.h @@ -15,8 +15,8 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef HAL_H_ -# define HAL_H_ +#ifndef PUSB_HAL_H_ +# define PUSB_HAL_H_ DBusConnection *pusb_hal_dbus_connect(void); void pusb_hal_dbus_disconnect(DBusConnection *dbus); @@ -34,4 +34,4 @@ char *pusb_hal_find_item(LibHalContext *ctx, const char *value, ...); -#endif /* !HAL_H_ */ +#endif /* !PUSB_HAL_H_ */ diff --git a/src/log.h b/src/log.h index 272f6ce..2718209 100644 --- a/src/log.h +++ b/src/log.h @@ -15,11 +15,11 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef LOG_H_ -# define LOG_H_ +#ifndef PUSB_LOG_H_ +# define PUSB_LOG_H_ void log_debug(const char *fmt, ...); void log_error(const char *fmt, ...); void log_verbose(const char *fmt, ...); -#endif /* !LOG_H_ */ +#endif /* !PUSB_LOG_H_ */ diff --git a/src/otp.h b/src/otp.h index 803fd5a..b8a02b2 100644 --- a/src/otp.h +++ b/src/otp.h @@ -15,10 +15,10 @@ * Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef OTP_H_ -# define OTP_H_ +#ifndef PUSB_OTP_H_ +# define PUSB_OTP_H_ int pusb_otp_check(t_pusb_options *opts, LibHalContext *ctx, LibHalDrive *drive); -#endif /* !OTP_H_ */ +#endif /* !PUSB_OTP_H_ */