diff -r e6a841e365b7 -r fd67f54e64e1 stage4/stage4.hh --- a/stage4/stage4.hh Fri May 11 16:29:22 2007 +0200 +++ b/stage4/stage4.hh Mon May 14 09:48:25 2007 +0200 @@ -49,6 +49,10 @@ void *printupper(const char *str); void *printupper(std::string str); + + void *printlocation(const char *str); + void *printlocation(std::string str); + };