Skip to content

Commit adcc8b9

Browse files
committed
Remove duplicate declaration of switch_uuid_generate_v7
1 parent 746d1b8 commit adcc8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/switch_utils.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1521,7 +1521,6 @@ SWITCH_DECLARE(const char *) switch_memory_usage_stream(switch_stream_handle_t *
15211521
SWITCH_DECLARE(int) switch_rand(void);
15221522
SWITCH_DECLARE(int) switch_getentropy(void *buffer, switch_size_t length);
15231523
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);
15251524

15261525
SWITCH_END_EXTERN_C
15271526
#endif

0 commit comments

Comments
 (0)