summaryrefslogtreecommitdiff
path: root/testing/toxic/prompt.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-08-14 08:51:52 -0400
committerirungentoo <irungentoo@gmail.com>2013-08-14 08:51:52 -0400
commit661adacddf40cfa58f3981712701ac20f06697ae (patch)
tree07d61ccd4e45a0fe6d36543a6134c2eb4bd1bd9e /testing/toxic/prompt.h
parentb7dd8068ca698194e347cd5f9ad1719a6c0f1752 (diff)
parent4946c809d75ebec360d3f34b7518fb5f0948c925 (diff)
Merge branch 'remove_externs' of https://github.com/krisl/ProjectTox-Core into pr
Diffstat (limited to 'testing/toxic/prompt.h')
-rw-r--r--testing/toxic/prompt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/toxic/prompt.h b/testing/toxic/prompt.h
new file mode 100644
index 00000000..6c5320ab
--- /dev/null
+++ b/testing/toxic/prompt.h
@@ -0,0 +1,14 @@
1#ifndef PROMPT_H_UZYGWFFL
2#define PROMPT_H_UZYGWFFL
3
4#include "windows.h"
5
6typedef void (friendAddedFn)(Messenger *m, int friendnumber);
7
8ToxWindow new_prompt(friendAddedFn *f);
9int add_req(uint8_t *public_key);
10unsigned char *hex_string_to_bin(char hex_string[]);
11
12#endif /* end of include guard: PROMPT_H_UZYGWFFL */
13
14