/*
- * $Id: cf_gen.cc,v 1.9 1997/08/25 03:52:17 wessels Exp $
+ * $Id: cf_gen.cc,v 1.10 1997/10/22 19:23:45 wessels Exp $
*
* DEBUG: section 1 Startup and Main Loop
* AUTHOR: Max Okumoto
Entry *entry;
int rc = 0;
fprintf(fp,
- "void\n"
+ "static void\n"
"default_line(const char *s)\n"
"{\n"
"\tLOCAL_ARRAY(char, tmp_line, BUFSIZ);\n"
"}\n"
);
fprintf(fp,
- "void\n"
+ "static void\n"
"default_all(void)\n"
"{\n"
"\tcfg_filename = \"Default Configuration\";\n"
{
Entry *entry;
fprintf(fp,
- "void\n"
+ "static void\n"
"defaults_if_none(void)\n"
"{\n"
);
{
Entry *entry;
fprintf(fp,
- "void\n"
+ "static void\n"
"dump_config(StoreEntry *entry)\n"
"{\n"
);
{
Entry *entry;
fprintf(fp,
- "void\n"
+ "static void\n"
"free_all(void)\n"
"{\n"
);
/*
- * $Id: peer_select.cc,v 1.27 1997/08/25 02:19:33 wessels Exp $
+ * $Id: peer_select.cc,v 1.28 1997/10/22 19:23:45 wessels Exp $
*
* DEBUG: section 44 Peer Selection Algorithm
* AUTHOR: Duane Wessels
}
}
-void
+static void
peerPingTimeout(void *data)
{
ps_state *psstate = data;