/* ______________________________________________________________________ */
void
-Browse()
+Browse(void)
{
char buf[256], *cmd, **av, **sv, *cmapfile, *sdatafile;
char *Prompt;
if (av[1] && isdigit(*av[1])) {
n = atoi(av[1]);
if (n < ce->ndcont) {
- printf(ce->dcont[n]);
+ printf("%s", ce->dcont[n]);
fputs("\n", stdout);
}
else if (ce->ndcont == 0)
/* Initialization stuff done after dealing with args. */
static void
-Initialize2()
+Initialize2(void)
{
SetMappingNV(Variables, "transpec", tranfile ? tranfile : "??");
};
static void
-DoHelpMessage()
+DoHelpMessage(void)
{
char **s = help_msg;
printf("usage: %s [option ...] [file]", this_prog);