aboutsummaryrefslogtreecommitdiff
path: root/include/survive.h
blob: 67ab55d8613d8a4be09c526865f8f4679c2dc574 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SURVIVE_H
#define _SURVIVE_H

struct SurviveContext;

struct SurviveContext * survive_init( );
void survive_close( struct SurviveContext * ctx );
int survive_poll();

#endif