#ifndef cp_fsm_forward_h #define cp_fsm_forward_h /* Cesar project {{{ * * Copyright (C) 2008 Spidcom * * <<>> * * }}} */ /** * \file cp/fsm/forward.h * \brief Control plane FSM forward declarations. * \ingroup cp_fsm */ /* Forward declaration. */ typedef struct cp_fsm_event_t cp_fsm_event_t; #endif /* cp_fsm_forward_h */