aboutsummaryrefslogtreecommitdiff
path: root/src/survive_default_devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_default_devices.h')
-rw-r--r--src/survive_default_devices.h3
1 files changed, 1 insertions, 2 deletions
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