added _const versions of some of the str_list_*() functions
authorAndrew Tridgell <tridge@samba.org>
Thu, 9 Apr 2009 04:28:38 +0000 (14:28 +1000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 9 Apr 2009 04:28:38 +0000 (14:28 +1000)
commitfd7c52231fc4ca6e4ad2a72955a053f321cb0fb4
treea92ed93fc378ca9809acfa47f9899242b3405a3e
parent26f5225ae2c75103147f15f953ef3dbc2b403399
added _const versions of some of the str_list_*() functions

These const versions don't copy the strings themselves, which
is useful when those strings point at known constant data (into the
schema in this case)
lib/util/util.h
lib/util/util_strlist.c