Correcting prototypes and includes.

This commit is contained in:
skarg
2010-08-18 00:01:32 +00:00
parent 3c9c3c2d56
commit a23d75689d
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ DATABLOCK MyData[MYMAXBLOCK];
uint8_t IOBufferPT[MAX_APDU]; /* Buffer for building response in */
void ProcessPT(
static void ProcessPT(
BACNET_PRIVATE_TRANSFER_DATA * data)
{
int iLen; /* Index to current location in data */