aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorcnlohr <lohr85@gmail.com>2017-02-26 00:14:48 -0500
committercnlohr <lohr85@gmail.com>2017-02-26 00:14:48 -0500
commitf4ab8c084c1e23e850f436c2c0bb6777da3d942a (patch)
treee5b92a7f19ddb69320610aec46b1b6c8d05dcef0 /include
parent55cedfc6a6b035d6eb54457782818fef61cae500 (diff)
parentfe31e600d890004f0f255a20fe056e0e8a54209b (diff)
downloadlibsurvive-f4ab8c084c1e23e850f436c2c0bb6777da3d942a.tar.gz
libsurvive-f4ab8c084c1e23e850f436c2c0bb6777da3d942a.tar.bz2
Merge branch 'master' of https://github.com/cnlohr/libsurvive
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 44f9926..51910a6 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -69,7 +69,7 @@ typedef void (*light_process_func)( struct SurviveObject * so, int sensor_id, in
typedef void (*imu_process_func)( struct SurviveObject * so, int16_t * accelgyro, uint32_t timecode, int id );
typedef void (*angle_process_func)( struct SurviveObject * so, int sensor_id, int acode, uint32_t timecode, FLT length, FLT angle );
-struct SurviveContext * survive_init();
+struct SurviveContext * survive_init( int headless );
//For any of these, you may pass in 0 for the function pointer to use default behavior.
void survive_install_info_fn( struct SurviveContext * ctx, text_feedback_func fbp );