summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/iso639_3.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibutils_sys/src/iso639_3.h')
-rw-r--r--support/texlab/crates/bibutils_sys/src/iso639_3.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/iso639_3.h b/support/texlab/crates/bibutils_sys/src/iso639_3.h
new file mode 100644
index 0000000000..ee1d627e0a
--- /dev/null
+++ b/support/texlab/crates/bibutils_sys/src/iso639_3.h
@@ -0,0 +1,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