/****************************************************************************** * * Copyright (c) 2017-2019 by Löwenware Ltd * Please, refer LICENSE file for legal information * ******************************************************************************/ /** * @file validate.h * @author Ilja Kartašov * @brief Validation component header file * * @see https://lowenware.com/ */ #ifndef VALIDATE_H_5EEF42FB_E99B_4768_AF28_E548CF72D2E6 #define VALIDATE_H_5EEF42FB_E99B_4768_AF28_E548CF72D2E6 int ax_validate_email(const char *value); #endif /* !AX_VALIDATE_H */