11 lines
373 B
C
11 lines
373 B
C
#pragma once
|
|
|
|
#include "session.h"
|
|
#include <time.h>
|
|
|
|
int plugin_session_event_register(const char *session_name,
|
|
fn_session_event_callback call_back,
|
|
const struct timeval *timeout);
|
|
|
|
void plugin_session_event_delete(struct stellar_event *ev,
|
|
struct stellar_session *s); |