From: Richard Kettlewell Date: Sun, 25 May 2008 18:03:06 +0000 (+0100) Subject: Source code reorganization: X-Git-Tag: 5.0.3~67 X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/commitdiff_plain/05b75f8d50b83e943af3be4071449304d82dbdcd?ds=sidebyside;hp=05b75f8d50b83e943af3be4071449304d82dbdcd Source code reorganization: - almost all headers now include common.h, which includes a number of universally necessary headers and declarations - the server programs now have a single disorder-server.h header - the cgi is now in its own directory - plugin exports are limited to those programs that actually need them ---