dsd
dsd copied to clipboard
Fix lack of 'extern' option for exitflag.
In a debian system (either using cmake/make) or dpkg-buildpackage, linking will fail since exitflag is not declared as extern in the include file. This commit does so and initializes it in dsd_main.c as a global.