aboutsummaryrefslogtreecommitdiff
path: root/src/synthesize.h
blob: 4a2b2625a1c44464ce719a7cd1d7fcf4711e23f5 (plain) (blame)
1
2
3
4
5
6
7
#ifndef SKHD_SYNTHESIZE_H
#define SKHD_SYNTHESIZE_H

void synthesize_key(char *key_string);
void synthesize_text(char *text);

#endif