Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-05-07 15:18:01 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2019-05-07 15:20:37 +0300
commitbe4f5b82ec34195b55cfa2b11449dba747321b38 (patch)
tree8f927b1e1dbed52879dc566a388551acf085d647 /tests/zabbix_server/preprocessor/item_preproc_test.c
parenta3b032b1cbd911d8f5ccca77d46e19c5bd76571d (diff)
...G...PS. [DEV-930] fixed compiler warnings related to function prototypes
* commit '95861cc1d8f28bf3dae837ede076f96cdec8c428': ...G...PS. [DEV-930] style fixes ...G...PS. [DEV-930] removed redundant static function declarations ...G...PS. [DEV-930] code review rework ...G...PS. [DEV-930] move functions prototype declaration together on top of the source ...G...PS. [DEV-930] code review rework ...G...PS. [DEV-930] remove unused include ...G...PS. [DEV-930] move common functions declaration to include directory ...G...PS. [DEV-930] remove warning from 4.2 .......... [DEV-930] created new development branch (cherry picked from commit 4b86a9cf98760449fd9442bda0f02ea9a8ed2aa9)
Diffstat (limited to 'tests/zabbix_server/preprocessor/item_preproc_test.c')
-rw-r--r--tests/zabbix_server/preprocessor/item_preproc_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/zabbix_server/preprocessor/item_preproc_test.c b/tests/zabbix_server/preprocessor/item_preproc_test.c
index 27c58a97701..c2bd74d3a7f 100644
--- a/tests/zabbix_server/preprocessor/item_preproc_test.c
+++ b/tests/zabbix_server/preprocessor/item_preproc_test.c
@@ -17,6 +17,8 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
+#include "item_preproc_test.h"
+
int zbx_item_preproc_xpath(zbx_variant_t *value, const char *params, char **errmsg)
{
return item_preproc_xpath(value, params, errmsg);