Ver código fonte

* Properly declare dcc_telnet_got_ident as static.

svn: 272
Bryan Drewery 22 anos atrás
pai
commit
d42b71b0cc
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/dcc.c

+ 1 - 1
src/dcc.c

@@ -1974,7 +1974,7 @@ struct dcc_table DCC_IDENT =
   NULL
 };
 
-void dcc_telnet_got_ident(int i, char *host)
+static void dcc_telnet_got_ident(int i, char *host)
 {
   int idx;
   char x[1024];