From 1d0a3ef8b28e212eda4735da66f2f26e6c1a7cc5 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 30 Nov 2016 02:10:28 -0500 Subject: I'm learning. --- include/survive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/survive.h') diff --git a/include/survive.h b/include/survive.h index 67ab55d..ea762c5 100644 --- a/include/survive.h +++ b/include/survive.h @@ -3,7 +3,7 @@ struct SurviveContext; -struct SurviveContext * survive_init( ); +struct SurviveContext * survive_init( void(*faultfunction)( struct SurviveContext * ctx, const char * fault ) ); void survive_close( struct SurviveContext * ctx ); int survive_poll(); -- cgit v1.2.3