util/spkmodem_recv: Re-order prototypes

Put them in the same order as declared.

Signed-off-by: Leah Rowe <leah@libreboot.org>
fsdg20230625
Leah Rowe 2023-05-16 11:53:51 +01:00
parent 8b851258e2
commit 27866e65fb
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@ int pos, f1, f2;
int amplitude = 0;
int lp = 0;
void fetch_sample(void);
void handle_audio(void);
void fetch_sample(void);
int
main(int argc, char *argv[])