lib/initend.c: move prototype to the correct place.

This commit is contained in:
Juan RP 2014-05-06 10:21:44 +02:00
parent c119c5e0bb
commit 1e273bf575

View File

@ -44,6 +44,8 @@
#pragma clang diagnostic ignored "-Wformat-nonliteral"
#endif
static int parse_file(struct xbps_handle *, const char *, bool, bool);
/**
* @file lib/initend.c
* @brief Initialization and finalization routines
@ -155,9 +157,6 @@ parse_option(char *buf, char **k, char **v)
return true;
}
static int
parse_file(struct xbps_handle *xhp, const char *path, bool nested, bool vpkgconf);
static int
parse_files_glob(struct xbps_handle *xhp, const char *path, bool nested, bool vpkgconf) {
glob_t globbuf = { 0 };