mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/spkmodem-recv: order prototypes per function
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -29,9 +29,9 @@ int f1, f2, lp, ascii_bit = 7;
|
||||
char ascii = 0;
|
||||
|
||||
void handle_audio(void);
|
||||
void print_char(void);
|
||||
void fetch_sample(void);
|
||||
void read_frame(int ringpos);
|
||||
void print_char(void);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user