Michael Vogt преди 16 години
родител
ревизия
a74cd17ab6
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      apt-pkg/contrib/configuration.cc

+ 2 - 0
apt-pkg/contrib/configuration.cc

@@ -829,6 +829,8 @@ bool ReadConfigFile(Configuration &Conf,const string &FName,bool AsSectional,
 // ReadConfigDir - Read a directory of config files			/*{{{*/
 // ---------------------------------------------------------------------
 /* */
+bool ReadConfigDir(Configuration &Conf,const string &Dir,
+		   bool AsSectional, unsigned Depth)
 {
    vector<string> const List = GetListOfFilesInDir(Dir, "", true);