1
0
mirror of http://mpg123.de/trunk/.git synced 2025-07-28 15:02:00 +03:00

doc: more doxygen

git-svn-id: svn://scm.orgis.org/mpg123/trunk@4839 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2021-04-16 11:56:27 +00:00
parent 5f9600f763
commit f8c514bef6

View File

@ -18,8 +18,10 @@
#include <stdio.h>
#include <string.h>
/** 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;