diff options
-rw-r--r-- | Modules/soundex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/soundex.c b/Modules/soundex.c index b481e1c..adbf176 100644 --- a/Modules/soundex.c +++ b/Modules/soundex.c @@ -1,5 +1,5 @@ /* - $Header$ + [Header: soundexmodule.c,v 1.2 95/05/02 15:40:45 dwwillia Exp ] Perform soundex comparisons on strings. |