Quellcode durchsuchen

* removedcc() should be static

svn: 1458
Bryan Drewery vor 21 Jahren
Ursprung
Commit
f94a5115d7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/dccutil.c

+ 1 - 1
src/dccutil.c

@@ -368,7 +368,7 @@ void lostdcc(int n)
  * Note: The entry will be deconstructed if it was not deconstructed
  * Note: The entry will be deconstructed if it was not deconstructed
  *       already. This case should normally not occur.
  *       already. This case should normally not occur.
  */
  */
-void removedcc(int n)
+static void removedcc(int n)
 {
 {
   sdprintf("removedcc(%d)", n);
   sdprintf("removedcc(%d)", n);
   if (dcc[n].type && dcc[n].type->kill)
   if (dcc[n].type && dcc[n].type->kill)