X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/460b9539a7c15580e41a71bbc0f47ae776238915..33e95f039e696d2cfe6b673166a064e48ed1e341:/lib/filepart.h diff --git a/lib/filepart.h b/lib/filepart.h index 3e616d4..9b6cf62 100644 --- a/lib/filepart.h +++ b/lib/filepart.h @@ -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 @@ -17,10 +17,15 @@ * 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 */