Parcourir la source

* Properly declare dcc_telnet_got_ident as static.

svn: 272
Bryan Drewery il y a 22 ans
Parent
commit
d42b71b0cc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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];