mirror of https://github.com/wb2osz/direwolf.git
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…
Reference in New Issue