aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/ipaccess.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-12-30 06:13:36 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-12-30 06:42:16 +0100
commit0183edd18c0b45b200b711e4b8ec9f185fa4e1a1 (patch)
tree4f5d66dbd691afe4b90548e2f915070a3ec5a91d /openbsc/include/openbsc/ipaccess.h
parentc9f8a6dca32be1b2037707f59e681767fd32951f (diff)
[ipaccess] Change the name to be slightly better..
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;
};