summaryrefslogtreecommitdiff
path: root/libblkid-tiny/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'libblkid-tiny/probe.c')
-rw-r--r--libblkid-tiny/probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libblkid-tiny/probe.c b/libblkid-tiny/probe.c
index ae7e708..bf68840 100644
--- a/libblkid-tiny/probe.c
+++ b/libblkid-tiny/probe.c
@@ -14,7 +14,7 @@
static int blkid_probe_reset_buffers(struct blkid_struct_probe *pr);
-struct blkid_struct_probe *blkid_new_probe(void)
+struct blkid_struct_probe *blkidtiny_new_probe(void)
{
struct blkid_struct_probe *pr;
@@ -27,7 +27,7 @@ struct blkid_struct_probe *blkid_new_probe(void)
return pr;
}
-void blkid_free_probe(struct blkid_struct_probe *pr)
+void blkidtiny_free_probe(struct blkid_struct_probe *pr)
{
if (!pr)
return;