express/src/bin/options_servers.h

9 lines
175 B
C

#ifndef _OPTIONS_SERVERS_H_
# define _OPTIONS_SERVERS_H_ 1
# include "config.h"
void _options_servers(Evas_Object *box, Evas_Object *base, Config_Network *cfg_net);
#endif