Skip to content

Commit 88cf0ba

Browse files
committed
Add comments.
1 parent a627abc commit 88cf0ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ax25_pad.c

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@
174174
#include "regex.h"
175175

176176
#if __WIN32__
177+
// TODO: Why is this here, rather than in direwolf.h?
177178
char *strtok_r(char *str, const char *delim, char **saveptr);
178179
#endif
179180

@@ -194,6 +195,7 @@ static volatile int last_seq_num = 0;
194195

195196
#if AX25MEMDEBUG
196197

198+
// TODO: Make static and use function for any extern references.
197199
int ax25memdebug = 0;
198200

199201

0 commit comments

Comments
 (0)