diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-03 16:49:02 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-03 16:49:02 +0200 |
commit | af10dc7079d7d11e7a15abd4f04b5cae4dc1667e (patch) | |
tree | 41daa56460f258beef1742e9786faf0fb606e448 /audio/telephony.h | |
parent | 40c0305b1f780a2c969f0491bd0dd1276910bc3e (diff) |
Reorder some functions
Diffstat (limited to 'audio/telephony.h')
-rw-r--r-- | audio/telephony.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/telephony.h b/audio/telephony.h index 6c40d8e3..8b8ebf12 100644 --- a/audio/telephony.h +++ b/audio/telephony.h @@ -40,12 +40,10 @@ struct indicator { int val; }; -int telephony_init(void); - -void telephony_exit(void); - int telephony_features_req(void); - void telephony_features_rsp(uint32_t features); struct indicator *telephony_indicators_req(void); + +int telephony_init(void); +void telephony_exit(void); |