]> git.ipfire.org Git - thirdparty/kmod.git/commit - libkmod/libkmod.c
Refactor index file handling
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 8 Dec 2011 16:56:48 +0000 (14:56 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 8 Dec 2011 21:51:06 +0000 (19:51 -0200)
commita4a750297d9ae0e1926c0f106b955b841b38a4b3
tree66578591a69f42e9e3c78c7dc606c7839414e776
parent558b0207042f72fc86549a0f411874729a886645
Refactor index file handling

Put all names in a static vector and declare a enum containing the
number of indexes. This way it's easier to create vectors inside ctx
that depend on these files.
libkmod/libkmod.c