summaryrefslogtreecommitdiffstats
path: root/stack/a2dp/a2d_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'stack/a2dp/a2d_int.h')
-rw-r--r--stack/a2dp/a2d_int.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/stack/a2dp/a2d_int.h b/stack/a2dp/a2d_int.h
index 4aaa08375..84e109b99 100644
--- a/stack/a2dp/a2d_int.h
+++ b/stack/a2dp/a2d_int.h
@@ -67,14 +67,14 @@ extern "C"
** Main Control Block
*******************************************************************************/
#if A2D_DYNAMIC_MEMORY == FALSE
-A2D_API extern tA2D_CB a2d_cb;
+extern tA2D_CB a2d_cb;
#else
-A2D_API extern tA2D_CB *a2d_cb_ptr;
+extern tA2D_CB *a2d_cb_ptr;
#define a2d_cb (*a2d_cb_ptr)
#endif
/* Used only for conformance testing */
-A2D_API extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);
+extern void a2d_set_avdt_sdp_ver (UINT16 avdt_sdp_ver);
#ifdef __cplusplus
}