]> err.no Git - dpkg/commit
Refactor, move filtering functions to their own file.
authorTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 09:36:25 +0000 (10:36 +0100)
committerTollef Fog Heen <tfheen@err.no>
Sun, 20 Jan 2008 09:36:25 +0000 (10:36 +0100)
commiteddc34703223bc35ee40ea29c6d7461732740b26
treec1818439943a55e4aa9b7f927026462b02a02c83
parent8e70047388f7fbd3a64a707eef2e2d9a3ad10fe9
Refactor, move filtering functions to their own file.

* Move the filtering functions from lib/myopt.[ch] to src/filters.[ch].

* Add filters.[ch] to src/Makefile.am

* Add #include "filters.h" to main.c and archives.c so they still get
  at the filterlist definition.
lib/myopt.c
lib/myopt.h
src/Makefile.am
src/archives.c
src/filters.c [new file with mode: 0644]
src/filters.h [new file with mode: 0644]
src/main.c