Validator for the "charset" config variables. More...
#include <stdint.h>
Go to the source code of this file.
Functions | |
int | charset_validator (const struct ConfigSet *cs, const struct ConfigDef *cdef, intptr_t value, struct Buffer *err) |
Validate the "charset" config variables - Implements ConfigDef::validator() -. | |
int | charset_slist_validator (const struct ConfigSet *cs, 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.h.