Blob Blame History Raw
/*
 * iso639_3.h
 */
#ifndef ISO639_3_H
#define ISO639_3_H

char * iso639_3_from_code( const char *code );
char * iso639_3_from_name( const char *name );

#endif