lib/initend.c: move prototype to the correct place.
This commit is contained in:
parent
c119c5e0bb
commit
1e273bf575
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user