]> err.no Git - mapper/commitdiff
Add headers
authorKaj-Michael Lang <milang@onion.tal.org>
Mon, 6 Aug 2007 13:29:31 +0000 (16:29 +0300)
committerKaj-Michael Lang <milang@onion.tal.org>
Mon, 6 Aug 2007 13:29:31 +0000 (16:29 +0300)
src/iap.h [new file with mode: 0644]
src/maemo-osso.h [new file with mode: 0644]

diff --git a/src/iap.h b/src/iap.h
new file mode 100644 (file)
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 (file)
index 0000000..c7598bb
--- /dev/null
@@ -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);
+