NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
A separated list of strings

A separated list of strings.

The following unused functions were removed:

  • slist_add_list()
  • slist_empty()

Functions

Function Description Links
slist_add_string() Add a string to a list
slist_dup() Create a copy of an Slist object
slist_equal() Compare two string lists
slist_free() Free an Slist object
slist_is_empty() Is the slist empty?
slist_is_member() Is a string a member of a list?
slist_new() Create a new string list
slist_parse() Parse a list of strings into a list
slist_remove_string() Remove a string from a list
slist_to_buffer() Export an Slist to a Buffer