From 8b77db6280c6d832eb89455e1b30877454a9a5a1 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 30 Nov 2016 22:05:43 -0500 Subject: Starting to get data. --- include/survive.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/survive.h b/include/survive.h index ea762c5..9267146 100644 --- a/include/survive.h +++ b/include/survive.h @@ -3,7 +3,9 @@ struct SurviveContext; -struct SurviveContext * survive_init( void(*faultfunction)( struct SurviveContext * ctx, const char * fault ) ); +struct SurviveContext * survive_init( void(*faultfunction)( struct SurviveContext * ctx, const char * fault ), + void(*notefunction)( struct SurviveContext * ctx, const char * note ) ); + void survive_close( struct SurviveContext * ctx ); int survive_poll(); -- cgit v1.2.3