2019-04-16 14:26:37 +02:00
|
|
|
/******************************************************************************
|
|
|
|
*
|
|
|
|
* Copyright (c) 2017-2019 by Löwenware Ltd
|
|
|
|
* Please, refer LICENSE file for legal information
|
|
|
|
*
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @file quick.h
|
|
|
|
* @author Ilja Kartašov <ik@lowenware.com>
|
|
|
|
* @brief Quick AISL responses component header file
|
|
|
|
*
|
|
|
|
* @see https://lowenware.com/aisl/
|
|
|
|
*/
|
|
|
|
|
2019-04-25 13:54:07 +02:00
|
|
|
#ifndef QUICK_H_39A26EF5_2352_4D54_A10C_203CBBEDF1DF
|
|
|
|
#define QUICK_H_39A26EF5_2352_4D54_A10C_203CBBEDF1DF
|
2019-04-16 14:26:37 +02:00
|
|
|
|
|
|
|
#include <aisl/aisl.h>
|
|
|
|
|
2019-04-25 13:54:07 +02:00
|
|
|
AislStatus
|
|
|
|
ax_quick_response(AislStream stream, AislHttpResponse http_response);
|
2019-04-16 14:26:37 +02:00
|
|
|
|
2019-04-25 13:54:07 +02:00
|
|
|
#endif /* !QUICK_H */
|