summaryrefslogtreecommitdiffstats
path: root/lib/uuid
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2001-12-20 11:52:54 +0000
committerJoe Thornber <thornber@redhat.com>2001-12-20 11:52:54 +0000
commit9f44467d4422ce36cb4d68b7ad47b807b3289a53 (patch)
tree29a94d8fd9b4d7119ca4cb0dd4654a09e3d2f3df /lib/uuid
parent8cdf0a831c0816c4d38b28c878a7fc3de361adfb (diff)
downloadlvm2-9f44467d4422ce36cb4d68b7ad47b807b3289a53.tar.gz
lvm2-9f44467d4422ce36cb4d68b7ad47b807b3289a53.tar.xz
lvm2-9f44467d4422ce36cb4d68b7ad47b807b3289a53.zip
o sync backup changes
Diffstat (limited to 'lib/uuid')
-rw-r--r--lib/uuid/uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uuid/uuid.c b/lib/uuid/uuid.c
index 96b2a675..2904e0b4 100644
--- a/lib/uuid/uuid.c
+++ b/lib/uuid/uuid.c
@@ -79,7 +79,7 @@ int id_cmp(struct id *lhs, struct id *rhs)
}
#define GROUPS (ID_LEN / 4)
-int id_format(struct id *id, char *buffer, size_t size)
+int id_write_format(struct id *id, char *buffer, size_t size)
{
int i;