Refactored plugin management interface
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
|
||||
#include "session.h"
|
||||
|
||||
typedef int plugin_init_callback(void **pme);
|
||||
typedef void plugin_exit_callback(void *pme);
|
||||
|
||||
void plugin_remove_from_session_event(struct stellar_event *ev,
|
||||
struct stellar_session *s);
|
||||
Reference in New Issue
Block a user