We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746d1b8 commit adcc8b9Copy full SHA for adcc8b9
src/include/switch_utils.h
@@ -1521,7 +1521,6 @@ SWITCH_DECLARE(const char *) switch_memory_usage_stream(switch_stream_handle_t *
1521
SWITCH_DECLARE(int) switch_rand(void);
1522
SWITCH_DECLARE(int) switch_getentropy(void *buffer, switch_size_t length);
1523
SWITCH_DECLARE(switch_status_t) switch_uuid_generate_v7(switch_uuid_t *uuid);
1524
-SWITCH_DECLARE(switch_status_t) switch_uuid_generate_v7(switch_uuid_t *uuid);
1525
1526
SWITCH_END_EXTERN_C
1527
#endif
0 commit comments