aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2008-10-04 16:31:56 +0000
committerGuido Günther <agx@sigxcpu.org>2009-04-26 15:26:26 +0200
commit9a9e8c11088f1772eb7070e4e1ab1c8d5b4bc528 (patch)
tree9b0c01df2766be5c4bab905b61c8aa63e028f169 /common
parent88aacc5ec96304a23c4d33ac3cdc71985f099c72 (diff)
Abstract cache flush, reset and interactive
Diffstat (limited to 'common')
-rw-r--r--common/prom.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/prom.h b/common/prom.h
index 053652c..cfd255b 100644
--- a/common/prom.h
+++ b/common/prom.h
@@ -1,4 +1,8 @@
+void prom_restart(void );
+void prom_return_interactive(void );
+void prom_flush_cache_all(void );
+
void prom_fatal(const char *message, ...);
void prom_wait(const char *prompt);