aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver')
-rw-r--r--src/driver/main.c2
-rw-r--r--src/driver/utils.h3
2 files changed, 4 insertions, 1 deletions
diff --git a/src/driver/main.c b/src/driver/main.c
index 82e51384..22c33779 100644
--- a/src/driver/main.c
+++ b/src/driver/main.c
@@ -37,12 +37,12 @@
as the seesion manager. */
-#include "utils.h"
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <stdio.h>
+#include "utils.h"
#define OPENAXIOM_GLOBAL_ENV "AXIOM"
diff --git a/src/driver/utils.h b/src/driver/utils.h
index 9c6b8041..fd41434a 100644
--- a/src/driver/utils.h
+++ b/src/driver/utils.h
@@ -76,4 +76,7 @@ const char* openaxiom_make_path_for(const char*, openaxiom_driver);
int openaxiom_execute_core(const openaxiom_command*, openaxiom_driver);
void openaxiom_build_rts_options(openaxiom_command*, openaxiom_driver);
+openaxiom_driver
+ openaxiom_preprocess_arguments(openaxiom_command*, int, char**);
+
#endif /* OPENAXIOM_UTILS_INCLUDED */