-
Nils Goroll authored
Parameters are passed to vcc via specific setter functions, presumably to avoid binary compability issues between the main program (here: vanishd) and a library (here: libvcc). This commit does not change that interface in any way, but generates both sides from a common table include to avoid having to edit five spots in four different source files and write trivial setter functions for a simple mgt_vcc parameter change.