From 03dbb73eec19f2a8874cd9aab327ed6bc6f97867 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 15 Oct 2023 19:28:42 +0000 Subject: cleanup git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4758 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- urt/vaxshort.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'urt/vaxshort.h') diff --git a/urt/vaxshort.h b/urt/vaxshort.h index daeb856b..7a1d14ae 100644 --- a/urt/vaxshort.h +++ b/urt/vaxshort.h @@ -1,5 +1,5 @@ int -vax_gshort(char *msgp); +vax_gshort(unsigned char *msgp); -char * -vax_pshort(char *msgp, unsigned short s); +unsigned char * +vax_pshort(unsigned char *msgp, unsigned short s); -- cgit 1.4.1