summaryrefslogtreecommitdiff
path: root/src/libsystemd/sd-bus/bus-objects.h
blob: 218ee678a6785e66bade17c4067300151f1116e3 (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 2013 Lennart Poettering
***/

#include "bus-internal.h"

int bus_process_object(sd_bus *bus, sd_bus_message *m);
void bus_node_gc(sd_bus *b, struct node *n);