summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
diff options
context:
space:
mode:
authorOndrej Oprala2012-11-30 09:01:10 +0100
committerKarel Zak2012-11-30 10:34:08 +0100
commit90cd46cbbd26a1e26a65716704c7a6bd788f4aa4 (patch)
tree10512092387bf151b1e5de29fbd13d48116892da /libmount/src/utils.c
parentlibmount: add function attributes to public API (diff)
downloadkernel-qcow2-util-linux-90cd46cbbd26a1e26a65716704c7a6bd788f4aa4.tar.gz
kernel-qcow2-util-linux-90cd46cbbd26a1e26a65716704c7a6bd788f4aa4.tar.xz
kernel-qcow2-util-linux-90cd46cbbd26a1e26a65716704c7a6bd788f4aa4.zip
libmount: add function attributes to private API
Signed-off-by: Ondrej Oprala <ooprala@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/utils.c')
-rw-r--r--libmount/src/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c
index 28eca7c82..74c3ad509 100644
--- a/libmount/src/utils.c
+++ b/libmount/src/utils.c
@@ -836,7 +836,7 @@ int mnt_open_uniq_filename(const char *filename, char **name)
* This function finds the mountpoint that a given path resides in. @path
* should be canonicalized. The returned pointer should be freed by the caller.
*
- * Returns: target of mounted device or NULL on error
+ * Returns: allocated string with target of the mounted device or NULL on error
*/
char *mnt_get_mountpoint(const char *path)
{