1 #ifndef NM_DBUS_H_
2 #define NM_DBUS_H_
3 
4 #if defined(NM_WITH_DBUS)
5 void nm_dbus_send_notify(const char *title, const char *body);
6 int nm_dbus_connect(void);
7 void nm_dbus_disconnect(void);
8 #endif
9 
10 #endif /* NM_DBUS_H_ */
11 /* vim:set ts=4 sw=4: */
12