ref: f716939956e0da16d20b18ea63b5a49b4038da15
parent: cb72358ee930b29f4840b04bbb81f8d8444ce481
author: Simon Howard <fraggle@gmail.com>
date: Sat Sep 13 01:15:05 EDT 2014
Add vld_ prefix for vldoor_e enum values. It was pointed out to me recently that vldoor_e has enum values named 'open' and 'close'. These can potentially conflict with POSIX standard functions that have the same names, if the right header files are included. This doesn't currently cause any problems. However, to avoid any possibility of a conflict occurring if a different compiler is used, add a vld_ prefix to all the enum values, to namespace them.