Skip to content

Commit

Permalink
Make return type of dds_stream_data_types consistent with its declara…
Browse files Browse the repository at this point in the history
…tion

Signed-off-by: Dennis Potman <[email protected]>
  • Loading branch information
dpotman committed Sep 19, 2023
1 parent 5624c69 commit 116241d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/cdr/include/dds/cdr/dds_cdrstream.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "dds/ddsrt/bswap.h"
#include "dds/ddsrt/static_assert.h"
#include "dds/ddsc/dds_data_type_properties.h"
#include "dds/dds.h"

#if defined (__cplusplus)
Expand Down Expand Up @@ -246,7 +247,7 @@ uint32_t dds_stream_key_flags (struct dds_cdrstream_desc *desc, uint32_t *keysz_
bool dds_stream_extensibility (const uint32_t * __restrict ops, enum dds_cdr_type_extensibility *ext);

/** @component cdr_serializer */
uint64_t dds_stream_data_types (const uint32_t * __restrict ops);
dds_data_type_properties_t dds_stream_data_types (const uint32_t * __restrict ops);

/** @component cdr_serializer */
DDS_EXPORT void dds_cdrstream_desc_init (struct dds_cdrstream_desc *desc, const struct dds_cdrstream_allocator * __restrict allocator,
Expand Down

0 comments on commit 116241d

Please sign in to comment.