From 33b1eef7094425692b3c9dcdf19bb17c34cb9c45 Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 5 Dec 2008 18:19:23 +0000 Subject: [PATCH] updated the header file for new functions. --- bacnet-stack/include/fifo.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bacnet-stack/include/fifo.h b/bacnet-stack/include/fifo.h index 2431c101..0e0fb648 100755 --- a/bacnet-stack/include/fifo.h +++ b/bacnet-stack/include/fifo.h @@ -75,6 +75,9 @@ bool FIFO_Add( uint8_t *data_bytes, unsigned count); +void FIFO_Flush( + FIFO_BUFFER * b); + /* note: buffer_len must be a power of two */ void FIFO_Init( FIFO_BUFFER * b,