Add comments.

This commit is contained in:
wb2osz 2024-10-19 00:16:26 +01:00
parent a627abc484
commit 88cf0ba55d
1 changed files with 2 additions and 0 deletions

View File

@ -174,6 +174,7 @@
#include "regex.h" #include "regex.h"
#if __WIN32__ #if __WIN32__
// TODO: Why is this here, rather than in direwolf.h?
char *strtok_r(char *str, const char *delim, char **saveptr); char *strtok_r(char *str, const char *delim, char **saveptr);
#endif #endif
@ -194,6 +195,7 @@ static volatile int last_seq_num = 0;
#if AX25MEMDEBUG #if AX25MEMDEBUG
// TODO: Make static and use function for any extern references.
int ax25memdebug = 0; int ax25memdebug = 0;