chiark / gitweb /
Low level playlist database operations: read, createwrite, list, delete.
[disorder] / lib / filepart.h
index fdc90745064eceacb06174c68fc9136315782e2d..9b6cf62081fe27fb62a0998db67a9b7af7c6de23 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef FILEPART_H
 #define FILEPART_H
 
+char *d_basename(const char *path);
+
 char *d_dirname(const char *path);
 /* return the directory name part of @path@ */