diff options
author | Ondrej Oprala <ooprala@redhat.com> | 2012-11-30 09:01:10 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2012-11-30 10:34:08 +0100 |
commit | 90cd46cbbd26a1e26a65716704c7a6bd788f4aa4 (patch) | |
tree | 10512092387bf151b1e5de29fbd13d48116892da /libmount/src/utils.c | |
parent | a639778557679b115ec0d61926271d03e56b5a96 (diff) | |
download | util-linux-90cd46cbbd26a1e26a65716704c7a6bd788f4aa4.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 28eca7c8..74c3ad50 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) { |