/[wait]/branches/WAIT-1.800+fixes/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

Contents of /branches/WAIT-1.800+fixes/soundex.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 86 - (show annotations)
Mon May 24 13:41:28 2004 UTC (19 years, 11 months ago) by dpavlin
File MIME type: text/plain
File size: 224 byte(s)
moved local changes in WAIT-1.800 to latest CVS checkout, save fixed
branch as WAIT-1.800+fixes

1 #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__ */

  ViewVC Help
Powered by ViewVC 1.1.26