implement basic autoplay
[uwplayer.git] / application / utils.h
index 813fe65..ea79563 100644 (file)
@@ -32,6 +32,12 @@ extern "C" {
 
 char* util_concat_path(const char *url_base, const char *p);
 
+char* util_resource_name(char *url);
+
+char* util_parent_path(const char *path);
+
+char* util_find_next_file(char *current_file);
+
 
 #ifdef __cplusplus
 }