From f5e46a580df6fbf49f804d9b32c61abdfe4cf898 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Sun, 3 Aug 2008 16:42:57 +0000 Subject: Unify the header protection macro style a bit. Headers likely to be private to gpsd are prefixed with _GPSD_, reusable ones like crc24q.h don't get the _GPSD_ prefix. Protection macro goes right up near the top of the file, right after the SVN id, and it's closure is the last line of the file. --- TachometerP.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TachometerP.h') diff --git a/TachometerP.h b/TachometerP.h index 5ee209a8..6feb6b83 100644 --- a/TachometerP.h +++ b/TachometerP.h @@ -1,8 +1,8 @@ /* $Id$ */ -/* TachometerP.h -- Tachometer widget private data */ -#ifndef _TachometerP_h -#define _TachometerP_h +#ifndef _GPSD_TACHOMETERP_H_ +#define _GPSD_TACHOMETERP_H_ +/* TachometerP.h -- Tachometer widget private data */ #include #include @@ -38,4 +38,4 @@ typedef struct _TachometerRec { TachometerPart tachometer; } TachometerRec; -#endif /* _TachometerP_h */ +#endif /* _GPSD_TACHOMETERP_H_ */ -- cgit v1.2.1