Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | directory: converted typedef Directory to struct directory | Max Kellermann | 2008-10-11 | 1 | -8/+9 |
| | | | | | The struct can be forward-declared by other headers, which relaxes the header dependencies. | ||||
* | dirvec: moved code to dirvec.c | Max Kellermann | 2008-10-11 | 1 | -0/+69 |
Having all functions as static (non-inline) functions generates GCC warnings, and duplicates binary code across several object files. Most of dirvec's methods are too complex for becoming inline functions. Move them all to dirvec.c and publish the prototypes in dirvec.h. |