1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-28 10:36:45 +02:00

move define

This commit is contained in:
Jfreegman
2013-09-09 15:33:15 -04:00
parent 4fc063d5fe
commit f50f93ee81
3 changed files with 5 additions and 6 deletions

View File

@ -17,8 +17,6 @@ static ToxWindow *active_window;
static ToxWindow *prompt;
static Tox *m;
#define UNKNOWN_NAME "Unknown"
/* CALLBACKS START */
void on_request(uint8_t *public_key, uint8_t *data, uint16_t length, void *userdata)
{