1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-30 08:26:45 +02:00

Move sources to an own subdirectory

This commit is contained in:
Sergey 'Jin' Bostandzhyan
2013-08-22 23:57:20 +03:00
parent 23d5739dae
commit 43372f09a6
14 changed files with 0 additions and 0 deletions

12
src/prompt.h Normal file
View File

@ -0,0 +1,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 */