diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-06 17:37:09 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-06 17:37:09 +0000 |
| commit | 6eb76854fe1d95cc5ec1e819054c49b143749c79 (patch) | |
| tree | b7a6a7234ec3f495d03d9e1ac73ddf78203feb3e /src/ipod-device.h | |
| parent | 2ff1b8b35b0ded6b4a35530797c280c0357446df (diff) | |
2005-11-06 Christophe Fergeau <teuf@gnome.org>
* src/ipod-device.h:
* src/itdb.h: added missing G_BEGIN_DECLS and G_END_DECLS
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1142 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src/ipod-device.h')
| -rw-r--r-- | src/ipod-device.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ipod-device.h b/src/ipod-device.h index 5576c09..dc21c44 100644 --- a/src/ipod-device.h +++ b/src/ipod-device.h @@ -201,4 +201,6 @@ gboolean itdb_device_save(IpodDevice *device, GError **error); GList *itdb_device_list_devices(void); GList *itdb_device_list_device_udis(void); +G_END_DECLS + #endif /* IPOD_DEVICE_H */ |
