From b4e14a56633163285bc16ce629699b58a8254404 Mon Sep 17 00:00:00 2001 From: Kaj-Michael Lang Date: Mon, 6 Aug 2007 16:29:31 +0300 Subject: [PATCH] Add headers --- src/iap.h | 7 +++++++ src/maemo-osso.h | 4 ++++ 2 files changed, 11 insertions(+) create mode 100644 src/iap.h create mode 100644 src/maemo-osso.h diff --git a/src/iap.h b/src/iap.h new file mode 100644 index 0000000..3d15708 --- /dev/null +++ b/src/iap.h @@ -0,0 +1,7 @@ +#ifndef _IAP_H +#define _IAP_H + +void iap_callback(struct iap_event_t *event, void *arg); +DBusHandlerResult get_connection_status_signal_cb(DBusConnection * connection, DBusMessage * message, void *user_data); + +#endif diff --git a/src/maemo-osso.h b/src/maemo-osso.h new file mode 100644 index 0000000..c7598bb --- /dev/null +++ b/src/maemo-osso.h @@ -0,0 +1,4 @@ +void osso_cb_hw_state(osso_hw_state_t * state, gpointer data); +gint dbus_cb_default(const gchar *interface, const gchar *method, + GArray *arguments, gpointer data, osso_rpc_t *retval); + -- 2.39.5