summaryrefslogtreecommitdiff
path: root/src/up-daemon.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 12:49:30 +0000
commit25e51c96136c45632091a7b240f8935ce1d239ce (patch)
tree85d17e0631078617488d2b626575003f80bd7686 /src/up-daemon.h
parentd2550b4c7854e970719b07b48ecdb61af9c01b6f (diff)
downloadupower-25e51c96136c45632091a7b240f8935ce1d239ce.tar.gz
trivial: DkpDevice -> UpDevice (no ABI or API break)
Diffstat (limited to 'src/up-daemon.h')
-rw-r--r--src/up-daemon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/up-daemon.h b/src/up-daemon.h
index b295188..9c370b4 100644
--- a/src/up-daemon.h
+++ b/src/up-daemon.h
@@ -70,8 +70,8 @@ void up_daemon_test (gpointer user_data);
/* private */
guint up_daemon_get_number_devices_of_type (UpDaemon *daemon,
- DkpDeviceType type);
-DkpDeviceList *up_daemon_get_device_list (UpDaemon *daemon);
+ UpDeviceType type);
+UpDeviceList *up_daemon_get_device_list (UpDaemon *daemon);
gboolean up_daemon_startup (UpDaemon *daemon);
/* exported */