Validator for the "charset" config variables. More...
#include "config.h"#include <stdbool.h>#include <stdint.h>#include <string.h>#include "mutt/lib.h"#include "charset.h"#include "set.h"#include "types.h"
Include dependency graph for charset.c:Go to the source code of this file.
Functions | |
| int | charset_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the "charset" config variables - Implements ConfigDef::validator() -. | |
| int | charset_slist_validator (const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
| Validate the multiple "charset" config variables - Implements ConfigDef::validator() -. | |
Validator for the "charset" config variables.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file charset.c.