mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
13 lines
242 B
C
13 lines
242 B
C
#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 */
|
|
|
|
|