mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
update to r3056 from https://sourceforge.net/p/bacnet/code/3056/tree/trunk/bacnet-stack/ add ipv6 and schedule support
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
#include <string.h>
|
||||
|
||||
/* index and text pairs */
|
||||
typedef struct {
|
||||
unsigned index; /* index number that matches the text */
|
||||
const typedef struct {
|
||||
const unsigned index; /* index number that matches the text */
|
||||
const char *pString; /* text pair - use NULL to end the list */
|
||||
} INDTEXT_DATA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user