summaryrefslogtreecommitdiff
path: root/gpsd.h-head
Commit message (Collapse)AuthorAgeFilesLines
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-4/+4
| | | | | | | 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.
* Cosmetic changes to gpsd.h generation.Eric S. Raymond2007-03-261-0/+12
|
* More elegant gpsd.h generation. Eric S. Raymond2007-03-261-0/+6
Have an explicit header file, so the idempotency machinery can be up front where it belongs.