summaryrefslogtreecommitdiffstats
path: root/isys/lang.h
diff options
context:
space:
mode:
authorjakub <jakub>2000-02-18 09:13:56 +0000
committerjakub <jakub>2000-02-18 09:13:56 +0000
commit3f207d88875acf776e2e37ed27e88a09d585517b (patch)
treea73783b1ecece4cd5a621f09e5c6dade3c75d321 /isys/lang.h
parentd280f1a16696cf2ac34a6159e43a45ff1a85c665 (diff)
downloadanaconda-3f207d88875acf776e2e37ed27e88a09d585517b.tar.gz
anaconda-3f207d88875acf776e2e37ed27e88a09d585517b.tar.xz
anaconda-3f207d88875acf776e2e37ed27e88a09d585517b.zip
Copy/tailor font and keymap loading routines from loader for python.
Diffstat (limited to 'isys/lang.h')
-rw-r--r--isys/lang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/lang.h b/isys/lang.h
new file mode 100644
index 000000000..2921af283
--- /dev/null
+++ b/isys/lang.h
@@ -0,0 +1,2 @@
+int isysLoadFont(char * fontFile);
+int isysLoadKeymap(char * keymap);