summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-06-12 17:43:59 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-06-12 17:43:59 +0000
commite79e0942edb54246fecfe242647df8170c308f13 (patch)
treedae9b8d3b556c179f09e71f64ffd864ae137a988 /loader2/loader.h
parentffe866cc310ab410418a7a0ed0723a22fd29085c (diff)
downloadanaconda-e79e0942edb54246fecfe242647df8170c308f13.tar.gz
anaconda-e79e0942edb54246fecfe242647df8170c308f13.tar.xz
anaconda-e79e0942edb54246fecfe242647df8170c308f13.zip
Make the boot flags variable global. We don't need to pass it (or a pointer to it) all over the place.
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index c34bd2b97..2fd1ab9c2 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -78,8 +78,8 @@
#define FL_UB(a) ((a) & LOADER_FLAGS_UB)
#define FL_NOIPV6(a) ((a) & LOADER_FLAGS_NOIPV6)
-void startNewt(int flags);
-void stopNewt();
+void startNewt(void);
+void stopNewt(void);
char * getProductName(void);
char * getProductPath(void);