summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/toxic/prompt.h')
-rw-r--r--testing/toxic/prompt.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/toxic/prompt.h b/testing/toxic/prompt.h
deleted file mode 100644
index 8e12a42f..00000000
--- a/testing/toxic/prompt.h
+++ /dev/null
@@ -1,12 +0,0 @@
1#ifndef PROMPT_H_UZYGWFFL
2#define PROMPT_H_UZYGWFFL
3
4#include "windows.h"
5
6ToxWindow new_prompt();
7int add_req(uint8_t *public_key);
8unsigned char *hex_string_to_bin(char hex_string[]);
9
10#endif /* end of include guard: PROMPT_H_UZYGWFFL */
11
12