From 482a785fb99ab66e785b3852cffebf5690197790 Mon Sep 17 00:00:00 2001 From: krw Date: Mon, 14 Mar 2022 14:31:23 +0000 Subject: [PATCH] And the prototype too. --- sbin/fdisk/part.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/fdisk/part.h b/sbin/fdisk/part.h index 7b20ac5c7f9..883ab3340ae 100644 --- a/sbin/fdisk/part.h +++ b/sbin/fdisk/part.h @@ -1,4 +1,4 @@ -/* $OpenBSD: part.h,v 1.34 2022/02/04 14:07:56 krw Exp $ */ +/* $OpenBSD: part.h,v 1.35 2022/03/14 14:31:23 krw Exp $ */ /* * Copyright (c) 1997 Tobias Weingartner @@ -37,7 +37,7 @@ void PRT_make(const struct prt *,const uint64_t, const uint64_t, struct dos_partition *); void PRT_print_part(const int, const struct prt *, const char *); void PRT_print_parthdr(void); -char *PRT_uuid_to_typename(const struct uuid *); +const char *PRT_uuid_to_typename(const struct uuid *); int PRT_uuid_to_type(const struct uuid *); struct uuid *PRT_type_to_uuid(const int); int PRT_protected_guid(const struct uuid *); -- 2.20.1