#ifndef interface_interface_module_h #define interface_interface_module_h /* Cesar project {{{ * * Copyright (C) 2008 Spidcom * * <<>> * * }}} */ /** * \file interface/interface_module.h * \brief Interface module identifiers. * \ingroup interface * */ /* Interface module identifiers. */ enum interface_modules_t { INTERFACE_MODULE_INTERFACE, INTERFACE_MODULE_SNIFFER, INTERFACE_MODULE_FCALL }; #endif /* interface_interface_module_h */