mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:16:00 +01:00
5a9f53b2b7
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
8 lines
189 B
C
8 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
|