Skip to content

Commit

Permalink
Remove duplicate declaration of switch_uuid_generate_v7
Browse files Browse the repository at this point in the history
  • Loading branch information
ar45 committed Jan 16, 2025
1 parent 575e9bf commit 23e89a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/include/switch_utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,6 @@ SWITCH_DECLARE(const char *) switch_memory_usage_stream(switch_stream_handle_t *
SWITCH_DECLARE(int) switch_rand(void);
SWITCH_DECLARE(int) switch_getentropy(void *buffer, switch_size_t length);
SWITCH_DECLARE(switch_status_t) switch_uuid_generate_v7(switch_uuid_t *uuid);
SWITCH_DECLARE(switch_status_t) switch_uuid_generate_v7(switch_uuid_t *uuid);

SWITCH_END_EXTERN_C
#endif
Expand Down

0 comments on commit 23e89a5

Please sign in to comment.