libpnd; make pndvalidator slightly less useless.. can illustrate some pnd iteration
[pandora-libraries.git] / include / pnd_locate.h
index 884fd2e..0fa7f02 100644 (file)
@@ -8,6 +8,7 @@ extern "C" {
 
 // given a filename and a searchpath, return the first path it is found at (or NULL if not found)
 // Returned path includes filename.
+// WARNING: Returned path will be over-written, you must duplicate it!
 char *pnd_locate_filename ( char *searchpath, char *filename );
 
 #ifdef __cplusplus