+2003-04-04 Bruno Haible <bruno@clisp.org>
+
+ * libgnuintl.h.in (libintl_set_relocation_prefix): Convert extern
+ declaration to K&R syntax.
+
2003-03-30 Bruno Haible <bruno@clisp.org>
* Makefile.vms: New file.
prefixes should be directory names without trailing slash (i.e. use ""
instead of "/"). */
#define libintl_set_relocation_prefix libintl_set_relocation_prefix
-extern void libintl_set_relocation_prefix (const char *orig_prefix,
- const char *curr_prefix);
+extern void
+ libintl_set_relocation_prefix _INTL_PARAMS ((const char *orig_prefix,
+ const char *curr_prefix));
#ifdef __cplusplus