OSDN Git Service

snd_user_file - keep doxygen happy
authorJaroslav Kysela <perex@perex.cz>
Thu, 5 Jan 2006 14:37:37 +0000 (14:37 +0000)
committerJaroslav Kysela <perex@perex.cz>
Thu, 5 Jan 2006 14:37:37 +0000 (14:37 +0000)
src/userfile.c

index 12351ce..5fb6239 100644 (file)
 #include <string.h>
 #include <errno.h>
 
-#ifdef HAVE_WORDEXP_H
-#include <wordexp.h>
-#include <assert.h>
-
 /**
  * \brief Get the full file name
  * \param file The file name string to parse
  * Parses the given file name with POSIX-Shell-like expansion and
  * 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)
 {
        wordexp_t we;