summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/frontend.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2000-12-11 17:10:17 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2000-12-11 17:10:17 +0000
commit7e1dcea7f367619fe2fca98d79087a0beed267b4 (patch)
treea0d1adc99d8253a9c2866272709dc1870935e6bd /mdk-stage1/frontend.h
parent75dbadee24b0bd6b738093b66f8415a630692671 (diff)
downloaddrakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.gz
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.bz2
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.tar.xz
drakx-7e1dcea7f367619fe2fca98d79087a0beed267b4.zip
add stdio frontend (get rid of newt+slang -eq reducing binary by 80 kbytes) (40 kbytes for compressed binary)
Diffstat (limited to 'mdk-stage1/frontend.h')
-rw-r--r--mdk-stage1/frontend.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdk-stage1/frontend.h b/mdk-stage1/frontend.h
index 95f5fb58f..ae125fa27 100644
--- a/mdk-stage1/frontend.h
+++ b/mdk-stage1/frontend.h
@@ -24,8 +24,8 @@
void init_frontend(void);
void finish_frontend(void);
-void error_message(char *msg);
-void wait_message(char *msg, ...);
+void error_message(char *msg); /* blocking */
+void wait_message(char *msg, ...); /* non-blocking */
void remove_wait_message(void);
enum return_type ask_yes_no(char *msg);