chiark / gitweb /
Low level playlist database operations: read, createwrite, list, delete.
[disorder] / lib / filepart.h
index 3e616d48b996e5812f35d69df269af8c3a09de47..9b6cf62081fe27fb62a0998db67a9b7af7c6de23 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder
- * Copyright (C) 2005 Richard Kettlewell
+ * Copyright (C) 2005, 2007 Richard Kettlewell
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  * USA
  */
+/** @file lib/filepart.h
+ * @brief Filename parsing
+ */
 
 #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@ */
 
@@ -40,4 +45,3 @@ fill-column:79
 indent-tabs-mode:nil
 End:
 */
-/* arch-tag:3bMQUaQm+LrL1Lr12rjgfw */