From fbf80e90c2b9595edf7857e5f19f2b64b4931508 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Mon, 13 Jan 2003 07:14:58 +0000 Subject: don't substitute PRODUCTNAME at build time and instead read it from /.buildstamp at runtime --- loader2/loader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'loader2/loader.h') 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, -- cgit