repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed a few warnings.
[tangerine.git]
/
rom
/
dbus
/
test
/
dbus-amiga.h
blob
ce7c18e583c7429307ece34b63fdd63400313b86
1
#ifndef DBUS_AMIGA_H
2
#define DBUS_AMIGA_H
3
4
#define DBUS_API_SUBJECT_TO_CHANGE
5
#include <dbus/dbus.h>
6
7
dbus_bool_t
dbus_a_setup_connection
(
DBusConnection
*
connection
);
8
void
dbus_a_cleanup_connection
(
DBusConnection
*
connection
);
9
10
#endif
/* DBUS_AMIGA_H */