comparison listener.h @ 1040:2b4fd440399d

Free memory before exiting. Based on patch from Thorsten Horstmann. Client side is not complete.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Feb 2015 22:01:33 +0800
parents deed0571cacc
children 9169e4e7cbee
comparison
equal deleted inserted replaced
1039:d0e6dd5af46e 1040:2b4fd440399d
58 struct Listener * get_listener(int type, void* typedata, 58 struct Listener * get_listener(int type, void* typedata,
59 int (*match)(void*, void*)); 59 int (*match)(void*, void*));
60 60
61 void remove_listener(struct Listener* listener); 61 void remove_listener(struct Listener* listener);
62 62
63 void remove_all_listeners(void);
64
63 #endif /* DROPBEAR_LISTENER_H */ 65 #endif /* DROPBEAR_LISTENER_H */