summaryrefslogtreecommitdiff
path: root/src/setup/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/execute.h')
-rw-r--r--src/setup/execute.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/execute.h b/src/setup/execute.h
index 24711a16..25f1f10a 100644
--- a/src/setup/execute.h
+++ b/src/setup/execute.h
@@ -35,7 +35,7 @@ typedef struct execute_context_s execute_context_t;
execute_context_t *NewExecuteContext(void);
void AddCmdLineParameter(execute_context_t *context, char *s, ...);
-void AddConfigParameters(execute_context_t *context);
+void PassThroughArguments(execute_context_t *context);
int ExecuteDoom(execute_context_t *context);
int FindInstalledIWADs(void);