summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-07-15 16:19:10 +0200
committerThomas Haller <thaller@redhat.com>2014-08-01 19:06:24 +0200
commit9f832d99beca46f93fb66704597693f26fbf2a59 (patch)
tree8067a8a630d7961744dd839f12e59e06603a4cb5 /include
parent8720c8e13684037285b4908a44b88d68572c6819 (diff)
downloadNetworkManager-9f832d99beca46f93fb66704597693f26fbf2a59.tar.gz
core: add project-wide header file nm-utils-internal.h
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am3
-rw-r--r--include/nm-utils-internal.h27
2 files changed, 29 insertions, 1 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 2e3d1d8136..f7667c56a8 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -4,6 +4,7 @@ EXTRA_DIST = \
nm-glib-compat.h \
nm-gvaluearray-compat.h \
nm-test-utils.h \
- nm-settings-flags.h
+ nm-settings-flags.h \
+ nm-utils-internal.h
CLEANFILES=nm-version.h
diff --git a/include/nm-utils-internal.h b/include/nm-utils-internal.h
new file mode 100644
index 0000000000..5d35225d0f
--- /dev/null
+++ b/include/nm-utils-internal.h
@@ -0,0 +1,27 @@
+/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
+/* NetworkManager -- Network link manager
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301 USA.
+ *
+ * (C) Copyright 2014 Red Hat, Inc.
+ */
+
+#ifndef __NM_UTILS_INTERNAL_H__
+#define __NM_UTILS_INTERNAL_H__
+
+
+
+#endif