#ifndef _OSET_H_ #define _OSET_H_ #include "globals.h" #include "xt_oset_t.h" #ifndef _OSET_C_ extern xt_oset_t oset_list; int oset_init(); int oset_uninit(); char *oset_get ( char *name, char *type ); int oset_cmd ( char *name, char *data ); int oset ( char *opt_, char *data ); #endif #endif