Skip to content

Commit

Permalink
Add comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
wb2osz committed Oct 18, 2024
1 parent a627abc commit 88cf0ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ax25_pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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;


Expand Down

0 comments on commit 88cf0ba

Please sign in to comment.