aboutsummaryrefslogtreecommitdiff
path: root/include/survive.h
diff options
context:
space:
mode:
authorJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
committerJoshua Allen <axlecrusher@gmail.com>2017-02-25 16:21:34 -0500
commit7176d6099e27d07d5801b2ac04d17035b694ca66 (patch)
tree65182fe7e25659b0f2ec1f661529abb17177cc5a /include/survive.h
parentc2ee02ce28a7c7a9bebe9b69f214e8e441d60cc8 (diff)
parentfe31e600d890004f0f255a20fe056e0e8a54209b (diff)
downloadlibsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.gz
libsurvive-7176d6099e27d07d5801b2ac04d17035b694ca66.tar.bz2
Merge branch 'master' of github.com:cnlohr/libsurvive
Diffstat (limited to 'include/survive.h')
-rw-r--r--include/survive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/survive.h b/include/survive.h
index 1b9c29c..02c5969 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -68,7 +68,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 );