summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/iso639_3.h
blob: ee1d627e0af8e92f10d67017f7c2706142d9c833 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 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