mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-11 09:50:22 +01:00
libnm: add include guard to nm-json.h
This commit is contained in:
parent
2888778480
commit
ee56c9250f
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@
|
|||
*
|
||||
* Copyright 2017, 2018 Red Hat, Inc.
|
||||
*/
|
||||
#ifndef __NM_JSON_H__
|
||||
#define __NM_JSON_H__
|
||||
|
||||
gboolean nm_jansson_load (void);
|
||||
|
||||
|
|
@ -43,3 +45,5 @@ gboolean nm_jansson_load (void);
|
|||
#define json_integer_value (*_nm_jansson_json_integer_value)
|
||||
#define json_string_value (*_nm_jansson_json_string_value)
|
||||
#endif
|
||||
|
||||
#endif /* __NM_JSON_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue