};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void usage PARAMS ((int status));
};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void usage PARAMS ((int status));
};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void usage PARAMS ((int status));
static msgdomain_list_ty *english PARAMS ((msgdomain_list_ty *mdlp));
};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void usage PARAMS ((int status));
#ifdef EINTR
static inline int nonintr_close PARAMS ((int fd));
};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void no_pass PARAMS ((int opt));
static void usage PARAMS ((int status));
#ifdef EINTR
bool omit_header = false;
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static bool is_message_selected PARAMS ((const message_ty *tmp));
static bool is_message_needed PARAMS ((const message_ty *tmp));
static bool is_message_first_needed PARAMS ((const message_ty *tmp));
#define _(str) gettext (str)
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
#if HAVE_ICONV
static int iconv_string PARAMS ((iconv_t cd,
const char *start, const char *end,
};
-/* Prototypes for local functions. */
+/* Prototypes for local functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
static void usage PARAMS ((int status));
extern int errno;
#endif
-/* Prototypes for helper functions. */
+/* Prototypes for helper functions. Needed to ensure compiler checking of
+ function argument counts despite of K&R C function definition syntax. */
extern char *xstrdup PARAMS ((const char *string));
/* This macro is used to determine the number of elements in an erray. */