More move to cw_Conn and conn-stuff within on file
This commit is contained in:
@ -9,7 +9,7 @@ extern int sulking_state();
|
||||
extern int join();
|
||||
extern int discovery();
|
||||
extern int image_update();
|
||||
extern int setup_conf(struct conn * conn);
|
||||
extern int setup_conf(struct cw_Conn * conn);
|
||||
extern int configure();
|
||||
extern int run();
|
||||
extern int changestate();
|
||||
@ -22,13 +22,13 @@ struct cw_DiscoveryResult{
|
||||
mlist_t results;
|
||||
};
|
||||
|
||||
int cw_run_discovery(struct conn *conn, const char *acaddr, const char *bindaddr,
|
||||
int cw_run_discovery(struct cw_Conn *conn, const char *acaddr, const char *bindaddr,
|
||||
struct cw_DiscoveryResult * dis);
|
||||
|
||||
int cw_discovery_init_results(struct cw_DiscoveryResult *dis);
|
||||
void cw_discovery_free_results(struct cw_DiscoveryResult * dis);
|
||||
int join(struct conn * conn, struct cw_DiscoveryResult * dis);
|
||||
int join(struct cw_Conn * conn, struct cw_DiscoveryResult * dis);
|
||||
|
||||
struct conn * get_conn();
|
||||
struct cw_Conn * get_conn();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user