aboutsummaryrefslogtreecommitdiffstats
path: root/dome_key_map.h
diff options
context:
space:
mode:
authorTeddy Wing2018-10-27 00:30:59 +0200
committerTeddy Wing2018-10-27 00:30:59 +0200
commitf2f4e4ad357a2bfdffb6ae5e06f2a211f6d6fbdb (patch)
tree9515d8de69b27fc96b4fcdc8960ac8a90c9112d6 /dome_key_map.h
parent775344e98cb3f88c3c1339bb7bd4998ca6d33b93 (diff)
downloaddome-key-map-f2f4e4ad357a2bfdffb6ae5e06f2a211f6d6fbdb.tar.bz2
Make `do_trial()` accessible via FFI
Wrap the function in an `extern "C"` function, make it public, and export it.
Diffstat (limited to 'dome_key_map.h')
-rw-r--r--dome_key_map.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dome_key_map.h b/dome_key_map.h
index 0d7fdc2..6233be7 100644
--- a/dome_key_map.h
+++ b/dome_key_map.h
@@ -50,6 +50,8 @@ Config *config_get(void);
extern void dkess_press_key(int16_t key, CGEventFlags modifier_flags);
+void do_trial(void);
+
void logger_init(void);
void state_free(State *ptr);