Skip to content
Snippets Groups Projects
Commit 08c32a46 authored by Julian Cordes's avatar Julian Cordes
Browse files

removed unused definition

parent 950bdf3f
No related branches found
No related tags found
No related merge requests found
...@@ -188,9 +188,6 @@ sctp_chunk_list_item_new(struct sctp_chunk *chunk, u32 length, u32 flags, ...@@ -188,9 +188,6 @@ sctp_chunk_list_item_new(struct sctp_chunk *chunk, u32 length, u32 flags,
#define FLAG_CHUNK_LENGTH_NOCHECK 0x00000004 #define FLAG_CHUNK_LENGTH_NOCHECK 0x00000004
#define FLAG_CHUNK_VALUE_NOCHECK 0x00000008 #define FLAG_CHUNK_VALUE_NOCHECK 0x00000008
struct sctp_chunk_list_item *
sctp_generic_new(struct sctp_byte_list *bytes);
struct sctp_chunk_list_item * struct sctp_chunk_list_item *
sctp_generic_chunk_new(s64 type, s64 flgs, s64 len, sctp_generic_chunk_new(s64 type, s64 flgs, s64 len,
struct sctp_byte_list *bytes); struct sctp_byte_list *bytes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment