mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-18 04:19:31 +00:00
Add comments.
This commit is contained in:
parent
a627abc484
commit
88cf0ba55d
@ -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;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user