diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-13 11:51:00 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-04-13 11:51:00 +0000 |
commit | 260b175f47f5006b34a8eceda9914f67ef0caa12 (patch) | |
tree | 87000802c02956ea2e8ce6689dbe9f32eced060a /audio/manager.h | |
parent | 1a02bbc361299198257ca32969d2d804ee9fb74c (diff) |
Cleanup and small fixes
Diffstat (limited to 'audio/manager.h')
-rw-r--r-- | audio/manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/manager.h b/audio/manager.h index 4b5975a8..aae34101 100644 --- a/audio/manager.h +++ b/audio/manager.h @@ -31,7 +31,7 @@ #define HEADSET_PATH_BASE AUDIO_MANAGER_PATH "/headset" -void manager_add_headset(char *path); +void manager_add_headset(const char *path); int audio_init(DBusConnection *conn); |