aisl-sdk/components/validate.h

24 lines
628 B
C
Raw Normal View History

2019-04-16 14:26:37 +02:00
/******************************************************************************
*
* 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
2019-04-16 14:26:37 +02:00
int
ax_validate_email(const char *value);
2019-04-16 14:26:37 +02:00
#endif /* !AX_VALIDATE_H */