list: Allow list_front(), list_back() to take 'const' arguments.
authorBen Pfaff <blp@nicira.com>
Mon, 21 Mar 2011 21:06:35 +0000 (14:06 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Mar 2011 21:09:32 +0000 (14:09 -0700)
commit0574c613cd00c03d287316a4c78c797ba0beea51
tree0f051330f297db9e24e54a5ae95d0a84b7657f2e
parent47ab7668cc7c57543a645b870855b0e763b1d0da
list: Allow list_front(), list_back() to take 'const' arguments.

It totally makes sense to pass a const struct list * to one of these
functions.  Ideally the return type would be the same as the argument
type but C can't handle that, so this is the best second choice.
lib/list.c
lib/list.h