mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
snd_user_file - keep doxygen happy
This commit is contained in:
parent
5bdd7f6b9b
commit
a5bb9c6b53
1 changed files with 4 additions and 4 deletions
|
|
@ -22,10 +22,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef HAVE_WORDEXP_H
|
|
||||||
#include <wordexp.h>
|
|
||||||
#include <assert.h>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Get the full file name
|
* \brief Get the full file name
|
||||||
* \param file The file name string to parse
|
* \param file The file name string to parse
|
||||||
|
|
@ -35,6 +31,10 @@
|
||||||
* Parses the given file name with POSIX-Shell-like expansion and
|
* Parses the given file name with POSIX-Shell-like expansion and
|
||||||
* stores the first matchine one. The returned string is strdup'ed.
|
* stores the first matchine one. The returned string is strdup'ed.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifdef HAVE_WORDEXP_H
|
||||||
|
#include <wordexp.h>
|
||||||
|
#include <assert.h>
|
||||||
int snd_user_file(const char *file, char **result)
|
int snd_user_file(const char *file, char **result)
|
||||||
{
|
{
|
||||||
wordexp_t we;
|
wordexp_t we;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue