From e04b5a9e0061689a39e213a819bafb851a978971 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 18 Jan 2010 13:12:37 +0000 Subject: trivial: DkpNative -> UpNative (no ABI or API break) --- src/up-native.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/up-native.h') 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 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__ */ -- cgit v1.2.1