/[wait]/trunk/soundex.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk/soundex.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (hide annotations)
Mon May 24 13:44:01 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 224 byte(s)
move cvs-head to trunk

1 ulpfr 10 #ifndef __SOUNDEX_H__
2     #define __SOUNDEX_H__
3    
4     #ifdef __GNUC__
5     void Soundex (char *Name, char *Key);
6     void Phonix (char *Name, char *Key);
7     #else
8     extern void Soundex ();
9     extern void Phonix ();
10     #endif
11    
12     #endif /* __SOUNDEX_H__ */

Properties

Name Value
cvs2svn:cvs-rev 1.1

  ViewVC Help
Powered by ViewVC 1.1.26