diff --git a/doc/examples/extract_frames.c b/doc/examples/extract_frames.c index c20ff514..6fd523f8 100644 --- a/doc/examples/extract_frames.c +++ b/doc/examples/extract_frames.c @@ -18,8 +18,10 @@ #include #include +/** The actual work on the existing handle. */ int do_work(mpg123_handle *m); +/** The main program. */ int main(int argc, char **argv) { int ret = 0;