summaryrefslogtreecommitdiffstats
path: root/libblkid/src/probe.c
diff options
context:
space:
mode:
authorKarel Zak2014-04-07 13:27:24 +0200
committerKarel Zak2014-04-07 13:27:24 +0200
commit8d0ce083b1302da87c6c794f0bd565dda37adcd4 (patch)
treecef229c9ef295d931bcb7d9766371075879f4bbe /libblkid/src/probe.c
parentbuild-sys: fix .h.in usage in libblkid and libmount (diff)
downloadkernel-qcow2-util-linux-8d0ce083b1302da87c6c794f0bd565dda37adcd4.tar.gz
kernel-qcow2-util-linux-8d0ce083b1302da87c6c794f0bd565dda37adcd4.tar.xz
kernel-qcow2-util-linux-8d0ce083b1302da87c6c794f0bd565dda37adcd4.zip
libblkid: remove private function from docs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libblkid/src/probe.c')
-rw-r--r--libblkid/src/probe.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/libblkid/src/probe.c b/libblkid/src/probe.c
index deed02a40..93035f93a 100644
--- a/libblkid/src/probe.c
+++ b/libblkid/src/probe.c
@@ -783,13 +783,7 @@ int blkid_probe_set_dimension(blkid_probe pr,
return 0;
}
-/**
- * blkid_probe_get_idmag:
- * @pr: probe
- * @id: id information
- * @offset: begin of probing area
- * @res: found id information
- *
+/*
* Check for matching magic value.
* Returns BLKID_PROBE_OK if found, BLKID_PROBE_NONE if not found
* or no magic present, or negative value on error.