/[MITgcm]/mitgcm.org/devel/buildweb/pkg/swish-e/src/double_metaphone.h
ViewVC logotype

Annotation of /mitgcm.org/devel/buildweb/pkg/swish-e/src/double_metaphone.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Fri Sep 20 19:47:29 2002 UTC (22 years, 10 months ago) by adcroft
Branch: Import, MAIN
CVS Tags: baseline, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Importing web-site building process.

1 adcroft 1.1 #ifndef DOUBLE_METAPHONE__H
2     #define DOUBLE_METAPHONE__H
3    
4    
5     typedef struct
6     {
7     char *str;
8     int length;
9     int bufsize;
10     int free_string_on_destroy;
11     }
12     metastring;
13    
14    
15     void
16     DoubleMetaphone(char *str,
17     char **codes);
18    
19    
20     #endif /* DOUBLE_METAPHONE__H */

  ViewVC Help
Powered by ViewVC 1.1.22