From c5fc97504a9e46f0370587ae39f4b6e10615f813 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Fri, 16 Mar 2018 15:07:00 -0600 Subject: Playback now goes to a single file. Note that the file format changed too so that it always starts 'time' 'device name' --- src/survive_default_devices.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/survive_default_devices.h') diff --git a/src/survive_default_devices.h b/src/survive_default_devices.h index 1fcca72..de7f0d4 100644 --- a/src/survive_default_devices.h +++ b/src/survive_default_devices.h @@ -14,6 +14,5 @@ SurviveObject *survive_create_tr0(SurviveContext *ctx, const char *driver_name, SurviveObject *survive_create_ww0(SurviveContext *ctx, const char *driver_name, void *driver); -int survive_load_htc_config_format(char *ct0conf, int length, - SurviveObject *so); +int survive_load_htc_config_format(SurviveObject *so, char *ct0conf, int length); #endif -- cgit v1.2.3