From 20431a4c166d7de2831483466d22741a2293f937 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 3 Jan 2017 15:27:23 +0100 Subject: exported-object: add NM_EXPORT_PATH_NUMBERED() macro --- src/nm-exported-object.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/nm-exported-object.h b/src/nm-exported-object.h index 75f9c59a6d..3bb2536764 100644 --- a/src/nm-exported-object.h +++ b/src/nm-exported-object.h @@ -23,6 +23,8 @@ /*****************************************************************************/ +#define NM_EXPORT_PATH_NUMBERED(basepath) ""basepath"/%u" + char *nm_exported_object_skeletonify_method_name (const char *dbus_method_name); typedef struct { -- cgit v1.2.1