Merged revision(s) 2900 from branches/releases/bacnet-stack-0-8-0:

Cleanup of unit test exports.
........
This commit is contained in:
skarg
2015-10-18 00:30:43 +00:00
parent 5a0ed5a9e0
commit a294e3c691
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -195,6 +195,11 @@ extern "C" {
BACNET_OCTET_STRING * octet_string1,
BACNET_OCTET_STRING * octet_string2);
#ifdef TEST
#include "ctest.h"
void testBACnetStrings(
Test * pTest);
#endif
#ifdef __cplusplus
}
+4
View File
@@ -29,6 +29,10 @@
#include <stdio.h>
#include "bacdef.h"
#ifndef DEBUG_ENABLED
#define DEBUG_ENABLED 0
#endif
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */