Module: kamailio Branch: 5.1 Commit: 90b1b0e1f00f72dcac7f7ef1c734ea43afd1cd83 URL: https://github.com/kamailio/kamailio/commit/90b1b0e1f00f72dcac7f7ef1c734ea43afd1cd83
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2017-12-04T12:54:54+01:00 jansson: fix the include guard in header file (cherry picked from commit d17a48c186b0b8066518db2106037fe925846d2e) --- Modified: src/modules/jansson/jansson_path.h --- Diff: https://github.com/kamailio/kamailio/commit/90b1b0e1f00f72dcac7f7ef1c734ea43afd1cd83.diff Patch: https://github.com/kamailio/kamailio/commit/90b1b0e1f00f72dcac7f7ef1c734ea43afd1cd83.patch --- diff --git a/src/modules/jansson/jansson_path.h b/src/modules/jansson/jansson_path.h index 9aefb49a00..b31050702d 100644 --- a/src/modules/jansson/jansson_path.h +++ b/src/modules/jansson/jansson_path.h @@ -2,12 +2,12 @@ * Copyright (c) 2012 Rogerz Zhang <[email protected]> * * Jansson is free software; you can redistribute it and/or modify - * it under the terms of the MIT license. + * it under the terms of the MIT license. */ -#ifndef _JANSSON_FUNCS_H_ -#define _JANSSON_FUNCS_H_ +#ifndef _JANSSON_PATH_H_ +#define _JANSSON_PATH_H_ #include <jansson.h> json_t *json_path_get(const json_t *json, const char *path); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
