aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/uuid.h
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2012-04-16 21:47:35 +0100
committerMichael Brown <mcb30@ipxe.org>2012-04-17 10:46:50 +0100
commit831b16addefd7e26ed1027deb7f089ad1350d1f2 (patch)
tree73f1a88578b31112ef7a5db7925e961c34d54c5b /src/include/ipxe/uuid.h
parent46409231ba7c94791a95bda98f90c892bd2c4580 (diff)
downloadipxe-831b16addefd7e26ed1027deb7f089ad1350d1f2.zip
ipxe-831b16addefd7e26ed1027deb7f089ad1350d1f2.tar.gz
ipxe-831b16addefd7e26ed1027deb7f089ad1350d1f2.tar.bz2
[settings] Split fetching and storing out of setting type handlers
Refactor setting type handlers to parse and format values, rather than storing and fetching formatted values. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/uuid.h')
-rw-r--r--src/include/ipxe/uuid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/uuid.h b/src/include/ipxe/uuid.h
index 2f3c224..5de56b9 100644
--- a/src/include/ipxe/uuid.h
+++ b/src/include/ipxe/uuid.h
@@ -28,6 +28,6 @@ union uuid {
uint8_t raw[16];
};
-extern char * uuid_ntoa ( union uuid *uuid );
+extern char * uuid_ntoa ( const union uuid *uuid );
#endif /* _IPXE_UUID_H */