mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 14:12:44 +02:00
util/spkmodem_recv: Re-order prototypes
Put them in the same order as declared. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -28,8 +28,8 @@ int pos, f1, f2;
|
|||||||
int amplitude = 0;
|
int amplitude = 0;
|
||||||
int lp = 0;
|
int lp = 0;
|
||||||
|
|
||||||
void fetch_sample(void);
|
|
||||||
void handle_audio(void);
|
void handle_audio(void);
|
||||||
|
void fetch_sample(void);
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
|||||||
Reference in New Issue
Block a user