mirror of
https://github.com/Tha14/toxic.git
synced 2025-04-07 21:22:44 +02:00
Limitations: currently the tox core library does not ship proper public headers, so we'll have to tell the configure script where the headers are (i.e. directory in the ProjectTox-Core source tree. Since these headers are not really public, they include sodium.h, so right now the toxic configure script will check for sodium.h as well. We also need to look for the libsodium library for linking vs Tox core.
13 lines
248 B
C
13 lines
248 B
C
#ifndef PROMPT_H_UZYGWFFL
|
|
#define PROMPT_H_UZYGWFFL
|
|
|
|
#include "toxic_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 */
|
|
|
|
|