diff options
Diffstat (limited to 'contrib/global/lib/makepath.h')
-rw-r--r-- | contrib/global/lib/makepath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/global/lib/makepath.h b/contrib/global/lib/makepath.h index 47d292d482dc..74b1c16f7620 100644 --- a/contrib/global/lib/makepath.h +++ b/contrib/global/lib/makepath.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 -char *makepath __P((char *, char *)); +char *makepath __P((const char *, const char *)); #endif /* ! _MAKEPATH_H_ */ |