#ifndef __CALLBACKS_H #define __CALLBACKS_H /* Grab some stupid stuff from legacy code */ #include "type_def.h" /* Make commands.c happy */ typedef void (command_cb)(void); #endif /* __CALLBACKS_H */