From 88cf0ba55d5deda66371648a1fa32fba5e5351f0 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sat, 19 Oct 2024 00:16:26 +0100 Subject: [PATCH] Add comments. --- src/ax25_pad.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ax25_pad.c b/src/ax25_pad.c index 57fd79d..2fce2df 100644 --- a/src/ax25_pad.c +++ b/src/ax25_pad.c @@ -174,6 +174,7 @@ #include "regex.h" #if __WIN32__ +// TODO: Why is this here, rather than in direwolf.h? char *strtok_r(char *str, const char *delim, char **saveptr); #endif @@ -194,6 +195,7 @@ static volatile int last_seq_num = 0; #if AX25MEMDEBUG +// TODO: Make static and use function for any extern references. int ax25memdebug = 0;