aboutsummaryrefslogtreecommitdiff
path: root/src/driver
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-10-26 03:12:00 +0000
committerdos-reis <gdr@axiomatics.org>2008-10-26 03:12:00 +0000
commit8906ae4ab9656413fb58db32f2abee8fbf99365e (patch)
treead32f933c15679160be5fc4525cfe98d23dad484 /src/driver
parentcc6e79c8eb015e0ed3df01ec9e3ba5610dfbe10f (diff)
downloadopen-axiom-8906ae4ab9656413fb58db32f2abee8fbf99365e.tar.gz
* clef/edible.c: #include "cfuns.h" for oa_getenv use.
* graph/Gdraws/Gfun.c: Likewise. * graph/view2D/control2d.c: Likewise. * graph/view2D/main2d.c: Likewise. * graph/view2D/process2d.c: Likewise. * graph/view3D/main3d.c: Likewise. * graph/view3D/process3d.c: Likewise. * graph/viewAlone/spoon2D.c: Likewise. * graph/viewAlone/spoonComp.c: Likewise. * graph/viewman/fun2D.c: Likewise. * graph/viewman/fun3D.c: Likewise. * hyper/extent2.c: Likewise. * hyper/hthits.c: Likewise. * hyper/htinp.c: Likewise. * hyper/initx.c: Likewise. * hyper/lex.c: Likewise. * hyper/parse-types.c: Likewise. * hyper/spadint.c: Likewise. * hyper/titlebar.c: Likewise. * lib/fnct_key.c: Likewise. * sman/sman.c: Likewise.
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 */