summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-10-14 19:36:32 +0000
committerJeremy Katz <katzj@redhat.com>2003-10-14 19:36:32 +0000
commit60a8f9866e39b0eb0f5f0e15057f36679d007522 (patch)
treee86d39f59a06ada627d57addf02b31810730853d /loader2/loader.h
parent6af42d3070c2528db2c3fb47a3613e150ef1c449 (diff)
downloadanaconda-60a8f9866e39b0eb0f5f0e15057f36679d007522.tar.gz
anaconda-60a8f9866e39b0eb0f5f0e15057f36679d007522.tar.xz
anaconda-60a8f9866e39b0eb0f5f0e15057f36679d007522.zip
read product path from the build stamp if possible, default to RedHat if not
available. basically notting's patch with some fixes and genhdlist handled
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index e0f524078..711a969a5 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -65,7 +65,7 @@
void startNewt(int flags);
void stopNewt();
char * getProductName(void);
-
+char * getProductPath(void);
#include "modules.h"
#include "moduledeps.h"