From af87811bd557b609352c20076de048b3fbc08421 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 13 Mar 2010 03:57:32 -0500 Subject: Vanish away Id and Rev $ keywords, git won't expand them to anything useful. --- crc24q.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crc24q.h') diff --git a/crc24q.h b/crc24q.h index 49e6670c..8ad6f0ce 100644 --- a/crc24q.h +++ b/crc24q.h @@ -1,4 +1,4 @@ -/* $Id$ +/* Interface for CRC-24Q cyclic redundancy chercksum code * * This file is Copyright (c) 2010 by the GPSD project * BSD terms apply: see the file COPYING in the distribution root for details. @@ -6,7 +6,6 @@ #ifndef _CRC24Q_H_ #define _CRC24Q_H_ -/* Interface for CRC-24Q cyclic redundancy chercksum code */ extern void crc24q_sign(unsigned char *data, int len); -- cgit v1.2.1