/[wait]/branches/unido/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/unido/soundex.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations)
Tue Jul 13 12:22:09 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/plain
File size: 224 byte(s)
Changes made by Andreas J. Koenig <andreas.koenig(at)anima.de> for Unido project

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