mirror of
https://github.com/Tha14/toxic.git
synced 2026-01-27 11:23:15 +01:00
remove externs in favor of includes
This commit is contained in:
14
prompt.h
Normal file
14
prompt.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PROMPT_H_UZYGWFFL
|
||||
#define PROMPT_H_UZYGWFFL
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
typedef void (friendAddedFn)(Messenger *m, int friendnumber);
|
||||
|
||||
ToxWindow new_prompt(friendAddedFn *f);
|
||||
int add_req(uint8_t *public_key);
|
||||
unsigned char *hex_string_to_bin(char hex_string[]);
|
||||
|
||||
#endif /* end of include guard: PROMPT_H_UZYGWFFL */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user