dharple / detox

Tames problematic filenames
BSD 3-Clause "New" or "Revised" License
332 stars 19 forks source link

Stop using void instead of structs #63

Closed dharple closed 3 years ago

dharple commented 3 years ago

Numerous places in the code use void instead of a struct to avoid having to declare the struct (I assume). This makes it very difficult to tell what struct a method is expecting.