stage4/stage4.hh
changeset 26 fd67f54e64e1
parent 0 fb772792efd1
child 27 667721cf52c5
--- 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);
+
 };