#ifndef _PROCESS_H_ #define _PROCESS_H_ #include "sip003.h" void start_bootstrap(int local_mode, sip003 *service); #endif