aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.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_local.h
parent16d605d60a11b8513bb19829a6e3e851fa46c26a (diff)
Final (?) version of backend API
Diffstat (limited to 'src/gui_backend_local.h')
-rw-r--r--src/gui_backend_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_backend_local.h b/src/gui_backend_local.h
index 94724e98..5b3fd7d4 100644
--- a/src/gui_backend_local.h
+++ b/src/gui_backend_local.h
@@ -29,8 +29,8 @@
#ifndef GUI_BACKEND_LOCAL_H
#define GUI_BACKEND_LOCAL_H
-#include "crystfel_gui.h"
+#include "gui_project.h"
-extern const struct crystfel_backend *backend_local;
+extern int make_local_backend(struct crystfel_backend *be);
#endif