mirror of
https://github.com/ipxe/ipxe
synced 2026-04-04 03:00:20 +03:00
[build] Return const char * from uuid_ntoa()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
fba3b39900
commit
04c7befa73
@@ -47,6 +47,6 @@ static inline void uuid_mangle ( union uuid *uuid ) {
|
||||
__bswap_16s ( &uuid->canonical.c );
|
||||
}
|
||||
|
||||
extern char * uuid_ntoa ( const union uuid *uuid );
|
||||
extern const char * uuid_ntoa ( const union uuid *uuid );
|
||||
|
||||
#endif /* _IPXE_UUID_H */
|
||||
|
||||
Reference in New Issue
Block a user