aboutsummaryrefslogtreecommitdiff
path: root/contrib/global/lib/test.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/global/lib/test.h')
-rw-r--r--contrib/global/lib/test.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/global/lib/test.h b/contrib/global/lib/test.h
index edadbdaafd7a..c44ee48bb340 100644
--- a/contrib/global/lib/test.h
+++ b/contrib/global/lib/test.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1996, 1997 Shigio Yamaguchi. All rights reserved.
+ * Copyright (c) 1996, 1997, 1998 Shigio Yamaguchi. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -43,6 +43,6 @@
#endif
#endif
-int test __P((char *, char *));
+int test __P((const char *, const char *));
#endif /* ! _TEST_H_ */