diff options
| author | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-06-28 18:58:14 +0200 |
| commit | a54ac63bbf9b2c71026ac9028a8ffaf186cf3c82 (patch) | |
| tree | 6a32883bd916c4096357b35298beff6db8bcd0b5 /shared/nm-test-libnm-utils.h | |
| parent | 45e8e1149027529194982212c804c0468aa01d98 (diff) | |
New upstream version 1.25.90 upstream/1.25.90
Diffstat (limited to 'shared/nm-test-libnm-utils.h')
| -rw-r--r-- | shared/nm-test-libnm-utils.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/nm-test-libnm-utils.h b/shared/nm-test-libnm-utils.h index 06dbc72d..04e8fb64 100644 --- a/shared/nm-test-libnm-utils.h +++ b/shared/nm-test-libnm-utils.h @@ -3,6 +3,9 @@ * Copyright (C) 2014 - 2015 Red Hat, Inc. */ +#ifndef __NM_TEST_LIBNM_UTILS_H__ +#define __NM_TEST_LIBNM_UTILS_H__ + #include "NetworkManager.h" #include "nm-utils/nm-test-utils.h" @@ -82,3 +85,5 @@ nmtstc_client_new (gboolean allow_iterate_main_context) { return nmtstc_context_object_new (NM_TYPE_CLIENT, allow_iterate_main_context, NULL); } + +#endif /* __NM_TEST_LIBNM_UTILS_H__ */ |