summaryrefslogtreecommitdiff
path: root/src/up-native.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2010-01-18 13:12:37 +0000
committerRichard Hughes <richard@hughsie.com>2010-01-18 13:12:37 +0000
commite04b5a9e0061689a39e213a819bafb851a978971 (patch)
tree2b3a193565fbdc07305615aaf6facae790673bbe /src/up-native.h
parentad282a532c6a6cb81ab8298c7e8d3f1b5c699bca (diff)
downloadupower-e04b5a9e0061689a39e213a819bafb851a978971.tar.gz
trivial: DkpNative -> UpNative (no ABI or API break)
Diffstat (limited to 'src/up-native.h')
-rw-r--r--src/up-native.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/up-native.h b/src/up-native.h
index ea729e9..a349579 100644
--- a/src/up-native.h
+++ b/src/up-native.h
@@ -18,17 +18,17 @@
*
*/
-#ifndef __DKP_NATIVE_H__
-#define __DKP_NATIVE_H__
+#ifndef __UP_NATIVE_H__
+#define __UP_NATIVE_H__
#include <glib-object.h>
G_BEGIN_DECLS
-const gchar *dkp_native_get_native_path (GObject *object);
-void dkp_native_test (gpointer user_data);
+const gchar *up_native_get_native_path (GObject *object);
+void up_native_test (gpointer user_data);
G_END_DECLS
-#endif /* __DKP_NATIVE_H__ */
+#endif /* __UP_NATIVE_H__ */