1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-03 17:47:46 +02:00
toxic/src/prompt.h

13 lines
242 B
C
Raw Normal View History

2013-08-13 00:50:43 +02:00
#ifndef PROMPT_H_UZYGWFFL
#define PROMPT_H_UZYGWFFL
#include "windows.h"
ToxWindow new_prompt();
2013-08-13 00:50:43 +02:00
int add_req(uint8_t *public_key);
unsigned char *hex_string_to_bin(char hex_string[]);
#endif /* end of include guard: PROMPT_H_UZYGWFFL */