1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-08 03:46:34 +01:00

remove callback introduced temporarily during refactoring

This commit is contained in:
Aaron Lipinski
2013-08-18 02:05:32 +12:00
parent 9ca6c99cdc
commit 901d8eb8b9
3 changed files with 5 additions and 9 deletions

View File

@@ -3,9 +3,7 @@
#include "windows.h"
typedef void (friendAddedFn)(Messenger *m, int friendnumber);
ToxWindow new_prompt(friendAddedFn *f);
ToxWindow new_prompt();
int add_req(uint8_t *public_key);
unsigned char *hex_string_to_bin(char hex_string[]);