Cleaning up code by adding prototypes or include files where required.

This commit is contained in:
skarg
2010-08-17 13:51:56 +00:00
parent 8a67273f9b
commit bc0de6b71f
20 changed files with 47 additions and 18 deletions
+1 -1
View File
@@ -40,7 +40,7 @@
/** @file ptransfer.c Encode/Decode Private Transfer data */
/* encode service */
int pt_encode_apdu(
static int pt_encode_apdu(
uint8_t * apdu,
uint16_t max_apdu,
BACNET_PRIVATE_TRANSFER_DATA * private_data)