diff options
| author | cnlohr <lohr85@gmail.com> | 2016-11-30 22:05:43 -0500 |
|---|---|---|
| committer | cnlohr <lohr85@gmail.com> | 2016-11-30 22:05:43 -0500 |
| commit | 8b77db6280c6d832eb89455e1b30877454a9a5a1 (patch) | |
| tree | a192a404d5596caf04915170c33cc6e598a55b65 /include | |
| parent | c1542a78999791d9fefc6e0d2805494eb1d1bd44 (diff) | |
| download | libsurvive-8b77db6280c6d832eb89455e1b30877454a9a5a1.tar.gz libsurvive-8b77db6280c6d832eb89455e1b30877454a9a5a1.tar.bz2 | |
Starting to get data.
Diffstat (limited to 'include')
| -rw-r--r-- | include/survive.h | 4 |
1 files changed, 3 insertions, 1 deletions
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(); |
