map warnings
This commit is contained in:
6
map.c
6
map.c
@@ -189,6 +189,12 @@ static int parse_argv(uint8 *drvstr, NWPATH *nwpath,
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int parse_pathins_arg(uint8 *drvstr, NWPATH *nwp,
|
||||
int argc, char *argv[], int mode);
|
||||
static int set_search_native(uint8 *drvstr, NWPATH *nwp, int pathmode);
|
||||
static void show_search(uint8 *drvstr);
|
||||
|
||||
static int map_same_arg(char *a, char *b)
|
||||
{
|
||||
while (*a || *b) {
|
||||
|
||||
Reference in New Issue
Block a user