Lots of minimenu changes, couple minor fixes for pnd_utility
[pandora-libraries.git] / include / pnd_utility.h
index 5cc2bb4..e468258 100644 (file)
@@ -25,7 +25,7 @@ pnd_pxml_handle *pnd_pxml_get_by_path ( char *fullpath );
 // determine_mountpoint() will examine a path, and return the mountpoint that this path
 // is sitting on; returns 1 on success, meaning the target was populated.
 // consider for a similar effect: df /home -> look at "Mounted on"
-unsigned char pnd_determine_mountpoint ( char *fullpath, char *r_mountpoint, unsigned char mountpoint_len );
+unsigned char pnd_determine_mountpoint ( char *fullpath, char *r_mountpoint, unsigned int mountpoint_len );
 
 // filecopy will return >0 on success
 unsigned char pnd_filecopy ( char *sourcepath, char *targetpath );