aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_slurm.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-25 11:42:21 +0200
committerThomas White <taw@physics.org>2020-08-25 12:31:32 +0200
commit30a11737e799faa335d049cc9018ada08cf3442e (patch)
tree4eddb2413ac29d26f05b6cfafa6fb829da7a859e /src/gui_backend_slurm.h
parent16d605d60a11b8513bb19829a6e3e851fa46c26a (diff)
Final (?) version of backend API
Diffstat (limited to 'src/gui_backend_slurm.h')
-rw-r--r--src/gui_backend_slurm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_backend_slurm.h b/src/gui_backend_slurm.h
index 9865aa2a..28eec2e3 100644
--- a/src/gui_backend_slurm.h
+++ b/src/gui_backend_slurm.h
@@ -29,8 +29,8 @@
#ifndef GUI_BACKEND_SLURM_H
#define GUI_BACKEND_SLURM_H
-#include "crystfel_gui.h"
+#include "gui_project.h"
-extern const struct crystfel_backend *backend_slurm;
+extern int make_slurm_backend(struct crystfel_backend *be);
#endif