blob: ed28cca269063b46fd0de3db7704685d49414715 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* Copyright (C) 2013-2015 Kay Sievers
*
* kdbus 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.1 of the License, or (at
* your option) any later version.
*/
#pragma once
const char *enum_CMD(long long id);
const char *enum_MSG(long long id);
const char *enum_MATCH(long long id);
const char *enum_PAYLOAD(long long id);
|