summaryrefslogtreecommitdiff
path: root/testing/nTox.h
diff options
context:
space:
mode:
Diffstat (limited to 'testing/nTox.h')
-rw-r--r--testing/nTox.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/nTox.h b/testing/nTox.h
index 9d82556c..47c73513 100644
--- a/testing/nTox.h
+++ b/testing/nTox.h
@@ -37,12 +37,13 @@
37#include <netdb.h> 37#include <netdb.h>
38#include "../core/Messenger.h" 38#include "../core/Messenger.h"
39#include "../core/network.h" 39#include "../core/network.h"
40
40#define STRING_LENGTH 256 41#define STRING_LENGTH 256
41#define HISTORY 50 42#define HISTORY 50
42#define PUB_KEY_BYTES 32 43#define PUB_KEY_BYTES 32
43 44
44void new_lines(char *line); 45void new_lines(char *line);
45void line_eval(char lines[HISTORY][STRING_LENGTH], char *line); 46void line_eval(char *line);
46void wrap(char output[STRING_LENGTH], char input[STRING_LENGTH], int line_width) ; 47void wrap(char output[STRING_LENGTH], char input[STRING_LENGTH], int line_width) ;
47int count_lines(char *string) ; 48int count_lines(char *string) ;
48char *appender(char *str, const char c); 49char *appender(char *str, const char c);