]> err.no Git - dpkg/commitdiff
Add prototype for loadfilters to myopt.h and make the argument void, not just the...
authorTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 09:07:00 +0000 (10:07 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 09:07:00 +0000 (10:07 +0100)
lib/myopt.c
lib/myopt.h

index 322c2ef9c672573b8b669205397cbadbe43ef630..ac8cf27f77f85ea3545ac126eb27dd7dc07b8e55 100644 (file)
@@ -232,7 +232,7 @@ void loadfilter(char *fn) {
   }
 }
 
-void loadfilters() {
+void loadfilters(void) {
   struct dirent *dent;
   char *dirname = CONFIGDIR "/filters.d";
   DIR *dir = opendir(dirname);
index ffa27e3aa29d1282236eb335595fe8503e4330d0..290ad60243335b837d7be6efb5b5fa8fa32bd57f 100644 (file)
@@ -40,6 +40,7 @@ void myfileopt(const char* fn, const struct cmdinfo* cmdinfos);
 void myopt(const char *const **argvp, const struct cmdinfo *cmdinfos);
 void loadcfgfile(const char *prog, const struct cmdinfo *cmdinfos);
 void loadfilter(char *fn);
+void loadfilters(void);
 
 struct filterlist {
   int positive;