blob: 8e12a42f8cce3897d96dfe1fe963e3eb09a56c9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef PROMPT_H_UZYGWFFL
#define PROMPT_H_UZYGWFFL
#include "windows.h"
ToxWindow new_prompt();
int add_req(uint8_t *public_key);
unsigned char *hex_string_to_bin(char hex_string[]);
#endif /* end of include guard: PROMPT_H_UZYGWFFL */
|