summaryrefslogtreecommitdiffstats
path: root/loader2/loader.h
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-13 07:14:58 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-13 07:14:58 +0000
commitfbf80e90c2b9595edf7857e5f19f2b64b4931508 (patch)
tree2de90377331e926aeeaccd5837e8cf872d08fda4 /loader2/loader.h
parent234a0ed83bf5b06ccffb911463d3e39ae469d9f6 (diff)
downloadanaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.tar.gz
anaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.tar.xz
anaconda-fbf80e90c2b9595edf7857e5f19f2b64b4931508.zip
don't substitute PRODUCTNAME at build time and instead read it from
/.buildstamp at runtime
Diffstat (limited to 'loader2/loader.h')
-rw-r--r--loader2/loader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader2/loader.h b/loader2/loader.h
index 43e98ebe4..f58fcc4e5 100644
--- a/loader2/loader.h
+++ b/loader2/loader.h
@@ -72,6 +72,7 @@
void startNewt(int flags);
void stopNewt();
+char * getProductName(void);
/* JKFIXME: I don't like all of the _set attribs, but without them,