mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +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 lp = 0;
|
||||
|
||||
void fetch_sample(void);
|
||||
void handle_audio(void);
|
||||
void fetch_sample(void);
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
||||
Reference in New Issue
Block a user