summaryrefslogtreecommitdiffstats
path: root/isys/lang.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-02-11 05:25:25 +0000
committerJeremy Katz <katzj@redhat.com>2003-02-11 05:25:25 +0000
commit4c1e84038ff95cd5b4fef0d8928a525e3822106d (patch)
treeae9bf398c51398598067bed864d5c06e491dad18 /isys/lang.h
parent39b46a6cbf9e3f5152e88f22c61e1e38dd2c4016 (diff)
downloadanaconda-4c1e84038ff95cd5b4fef0d8928a525e3822106d.tar.gz
anaconda-4c1e84038ff95cd5b4fef0d8928a525e3822106d.tar.xz
anaconda-4c1e84038ff95cd5b4fef0d8928a525e3822106d.zip
put start bterm in lang.c, bind from python
Diffstat (limited to 'isys/lang.h')
-rw-r--r--isys/lang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/isys/lang.h b/isys/lang.h
index 55e5769a1..2fd6c1c5b 100644
--- a/isys/lang.h
+++ b/isys/lang.h
@@ -21,5 +21,6 @@ int loadKeymap(gzFile stream);
int isysLoadFont(void);
int isysLoadKeymap(char * keymap);
int isysSetUnicodeKeymap(void);
+int isysStartBterm(void);
#endif