diff options
Diffstat (limited to 'file.h')
-rw-r--r-- | file.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -63,7 +63,8 @@ struct file * file_new(const char *); /* - * Get the file basename. + * Get the file basename. Returns NULL in case of error or a malloced string in + * case of success. */ char * file_get_basename(const struct file *); |