mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:13:48 +01:00
5a9f53b2b7
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
9 lines
189 B
C
9 lines
189 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#ifndef ZATHURA_DBUS_INTERFACE_DEFINITIONS
|
|
#define ZATHURA_DBUS_INTERFACE_DEFINITIONS
|
|
|
|
const char* DBUS_INTERFACE_XML;
|
|
|
|
#endif
|