aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/ipaccess.h')
-rw-r--r--openbsc/include/openbsc/ipaccess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/ipaccess.h b/openbsc/include/openbsc/ipaccess.h
index 31393811c..8c12e59cc 100644
--- a/openbsc/include/openbsc/ipaccess.h
+++ b/openbsc/include/openbsc/ipaccess.h
@@ -82,7 +82,7 @@ struct sdp_header_entry {
u_int32_t start;
} __attribute__((packed));
-struct sdp_header_entry_list {
+struct sdp_header_item {
struct sdp_header_entry header_entry;
struct llist_head entry;
};