aboutsummaryrefslogtreecommitdiff
path: root/src/synthesize.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/synthesize.h')
-rw-r--r--src/synthesize.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/synthesize.h b/src/synthesize.h
new file mode 100644
index 0000000..4a2b262
--- /dev/null
+++ b/src/synthesize.h
@@ -0,0 +1,7 @@
+#ifndef SKHD_SYNTHESIZE_H
+#define SKHD_SYNTHESIZE_H
+
+void synthesize_key(char *key_string);
+void synthesize_text(char *text);
+
+#endif