diff options
Diffstat (limited to 'testing/toxic/prompt.h')
-rw-r--r-- | testing/toxic/prompt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testing/toxic/prompt.h b/testing/toxic/prompt.h index 6c5320ab..8e12a42f 100644 --- a/testing/toxic/prompt.h +++ b/testing/toxic/prompt.h | |||
@@ -3,9 +3,7 @@ | |||
3 | 3 | ||
4 | #include "windows.h" | 4 | #include "windows.h" |
5 | 5 | ||
6 | typedef void (friendAddedFn)(Messenger *m, int friendnumber); | 6 | ToxWindow new_prompt(); |
7 | |||
8 | ToxWindow new_prompt(friendAddedFn *f); | ||
9 | int add_req(uint8_t *public_key); | 7 | int add_req(uint8_t *public_key); |
10 | unsigned char *hex_string_to_bin(char hex_string[]); | 8 | unsigned char *hex_string_to_bin(char hex_string[]); |
11 | 9 | ||