summaryrefslogtreecommitdiff
path: root/src/core/dbus-automount.h
blob: 6ad89843cca5143a37c10d178a79a9938911a1a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2010 Lennart Poettering
***/


extern const sd_bus_vtable bus_automount_vtable[];

int bus_automount_set_property(Unit *u, const char *name, sd_bus_message *message, UnitWriteFlags flags, sd_bus_error *error);