$OpenBSD: patch-libclamav_ole2_extract_h,v 1.1 2020/09/15 09:08:36 sthen Exp $

allow for machine arch where char is unsigned by default (e.g. arm, powerpc)

Index: libclamav/ole2_extract.h
--- libclamav/ole2_extract.h.orig
+++ libclamav/ole2_extract.h
@@ -30,6 +30,6 @@
 #include "uniq.h"
 
 int cli_ole2_extract(const char *dirname, cli_ctx *ctx, struct uniq **files, int *has_vba, int *has_xlm);
-char *cli_ole2_get_property_name2(const char *name, int size);
+char *cli_ole2_get_property_name2(signed const char *name, int size);
 
 #endif
