]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libblkid: remove private function from docs
authorKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 11:27:24 +0000 (13:27 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 7 Apr 2014 11:27:24 +0000 (13:27 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
libblkid/src/probe.c

index deed02a40eb10649166c584691ee3deef74ac5bd..93035f93a5b66a167fd5e1cffe1eefadf605defd 100644 (file)
@@ -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.