Forráskód Böngészése

* Properly declare dcc_telnet_got_ident as static.

svn: 272
Bryan Drewery 22 éve
szülő
commit
d42b71b0cc
1 módosított fájl, 1 hozzáadás és 1 törlés
  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];