Sfoglia il codice sorgente

dpkg: Remove unused force_conff_new() and force_conff_miss() declarations

Guillem Jover 15 anni fa
parent
commit
d48dd26160
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      src/main.h

+ 0 - 2
src/main.h

@@ -218,8 +218,6 @@ struct stat;
 bool ignore_depends(struct pkginfo *pkg);
 bool force_breaks(struct deppossi *possi);
 bool force_depends(struct deppossi *possi);
-bool force_conff_new(struct deppossi *possi);
-bool force_conff_miss(struct deppossi *possi);
 bool force_conflicts(struct deppossi *possi);
 void oldconffsetflags(const struct conffile *searchconff);
 void ensure_pathname_nonexisting(const char *pathname);