The function ptr is required for processing but the function isn't really needed otherwise.
@@ -1993,7 +1993,8 @@ struct dcc_table DCC_SOCKET = {
NULL
};
-void
+static void
+__attribute__((const))
dcc_identwait(int idx, char *buf, int len)
{
/* Ignore anything now */
@@ -649,7 +649,9 @@ void kill_dcc_xfer(int idx, void *x)
free(x);
}
-void out_dcc_xfer(int idx, char *buf, void *x)
+out_dcc_xfer(int idx, char *buf, void *x)