Added splint script, and started splinting...

This commit is contained in:
skarg
2007-11-28 22:33:36 +00:00
parent 1acdf37597
commit 4e98fc2b03
3 changed files with 16 additions and 5 deletions
+1 -3
View File
@@ -116,9 +116,7 @@ void apdu_set_unrecognized_service_handler_handler(confirmed_function
/* Unconfirmed Function Handlers */
/* If they are not set, they are not handled */
static unconfirmed_function
Unconfirmed_Function[MAX_BACNET_UNCONFIRMED_SERVICE] = {
NULL
};
Unconfirmed_Function[MAX_BACNET_UNCONFIRMED_SERVICE];
void apdu_set_unconfirmed_handler(BACNET_UNCONFIRMED_SERVICE
service_choice, unconfirmed_function pFunction)