24 lines
628 B
C
24 lines
628 B
C
/******************************************************************************
|
|
*
|
|
* Copyright (c) 2017-2019 by Löwenware Ltd
|
|
* Please, refer LICENSE file for legal information
|
|
*
|
|
******************************************************************************/
|
|
|
|
/**
|
|
* @file validate.h
|
|
* @author Ilja Kartašov <ik@lowenware.com>
|
|
* @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 */
|