summaryrefslogtreecommitdiff
path: root/support/texlab/crates/bibutils_sys/src/iso639_1.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/texlab/crates/bibutils_sys/src/iso639_1.h')
-rw-r--r--support/texlab/crates/bibutils_sys/src/iso639_1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/support/texlab/crates/bibutils_sys/src/iso639_1.h b/support/texlab/crates/bibutils_sys/src/iso639_1.h
new file mode 100644
index 0000000000..b0553706e0
--- /dev/null
+++ b/support/texlab/crates/bibutils_sys/src/iso639_1.h
@@ -0,0 +1,9 @@
+/*
+ * iso639_1.h
+ */
+#ifndef ISO639_1_H
+#define ISO639_1_H
+
+char * iso639_1_from_code( const char *code );
+
+#endif