From 29a30c3bfe1c3447720e3ea9d6f9de9c31c83d9a Mon Sep 17 00:00:00 2001 From: skarg Date: Wed, 16 Mar 2005 19:10:48 +0000 Subject: [PATCH] added prototype --- bacnet-stack/npdu.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bacnet-stack/npdu.h b/bacnet-stack/npdu.h index abd110a8..d8db63d4 100644 --- a/bacnet-stack/npdu.h +++ b/bacnet-stack/npdu.h @@ -68,4 +68,10 @@ int npdu_encode_apdu( bool data_expecting_reply, // true for confirmed messages BACNET_MESSAGE_PRIORITY priority); +int npdu_decode( + uint8_t *npdu, + BACNET_ADDRESS *dest, + BACNET_ADDRESS *src, + BACNET_NPDU_DATA *npdu_data); + #endif