mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
7 lines
89 B
C
7 lines
89 B
C
#ifndef __DBUS_H__
|
|
#define __DBUS_H__
|
|
|
|
void register_dbus_functions(scheme* sc);
|
|
|
|
#endif
|