summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-23 06:50:42 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-23 06:50:42 -0400
commitbcb87139a2d8c5b308cfb82635e9483e867c9dbc (patch)
tree822a967fe0a795b605f1b97d5cd063d5b4b7179d /testing/toxic/prompt.h
parent733066a57e8d5403c91475fb6b095f44a81bf270 (diff)
parent4d89d63c3f1489e248261983f6c73a8b083b3336 (diff)
Merge branch 'master' into new-api
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