#ifndef _MAIN_H_ #define _MAIN_H_ #include #if defined(__cplusplus) extern "C" { #endif int main_sed(int argc, hawk_bch_t* argv[]); #if defined(__cplusplus) } #endif #endif