$OpenBSD: patch-kstars_kstars_indi_lilxml_h,v 1.2 2005/02/27 15:09:36 espie Exp $
--- kstars/kstars/indi/lilxml.h.orig	Fri Jun 25 05:10:04 2004
+++ kstars/kstars/indi/lilxml.h	Sun Feb 27 03:48:43 2005
@@ -189,7 +189,7 @@ extern int nXMLAtt (XMLEle *ep);
     \param name the name of the XML attribute to retrieve its value.
     \return the value string of an XML element on success. NULL on failure.
 */
-extern char *findXMLAttValu (XMLEle *ep, char *name);
+extern const char *findXMLAttValu (XMLEle *ep, char *name);
 
 /** \brief Handy wrapper to read one xml file.
     \param fp pointer to FILE to read.
