aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2016-11-30 02:10:28 -0500
committercnlohr <lohr85@gmail.com>2016-11-30 02:10:28 -0500
commit1d0a3ef8b28e212eda4735da66f2f26e6c1a7cc5 (patch)
tree855a316ba979742543dd5122faaa80c7b50ba498 /include
parent8388ca81fbc6c0a840e81f6fd805b897d378556b (diff)
downloadlibsurvive-1d0a3ef8b28e212eda4735da66f2f26e6c1a7cc5.tar.gz
libsurvive-1d0a3ef8b28e212eda4735da66f2f26e6c1a7cc5.tar.bz2
I'm learning.
Diffstat (limited to 'include')
-rw-r--r--include/survive.h2
1 files changed, 1 insertions, 1 deletions
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();