about summary refs log tree commit diff
path: root/urt/vaxshort.h
diff options
context:
space:
mode:
Diffstat (limited to 'urt/vaxshort.h')
-rw-r--r--urt/vaxshort.h6
1 files changed, 3 insertions, 3 deletions
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);