mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
15 lines
330 B
C
15 lines
330 B
C
#ifndef __H_PROFTEST
|
|
#define __H_PROFTEST
|
|
|
|
#define XDG_CONFIG_HOME "./stabbertests/files/xdg_config_home"
|
|
#define XDG_DATA_HOME "./stabbertests/files/xdg_data_home"
|
|
|
|
void init_prof_test(void **state);
|
|
void close_prof_test(void **state);
|
|
|
|
void prof_start(void);
|
|
void prof_input(char *input);
|
|
int prof_output(char *text);
|
|
|
|
#endif
|