commit baf8297852cb080b3eea4bd38672e358b8298b76 from: Stefan Sperling date: Mon Sep 06 10:51:30 2021 UTC remove declaration of got_fetch_parse_uri() commit - 2e60146439253c7e4c5fba12e697c2abd29576b8 commit + baf8297852cb080b3eea4bd38672e358b8298b76 blob - 8facb7400a9b81b47c7d834b4dc261ff3a2ef4d8 blob + 49f9fd5da6c527fcc00a29827b61df267135112e --- include/got_fetch.h +++ include/got_fetch.h @@ -17,17 +17,6 @@ #define GOT_FETCH_DEFAULT_REMOTE_NAME "origin" /* - * Attempt to parse a URI into the following parts: - * A protocol scheme, hostname, port number (as a string), path on server, - * and a repository name. If the URI lacks some of this information return - * default values where applicable. - * The results of this function must be passed to other functions below. - * The caller should dispose of the returned values with free(3). - */ -const struct got_error *got_fetch_parse_uri(char **, char **, char **, - char **, char **, const char *); - -/* * Attempt to open a connection to a server using the provided protocol * scheme, hostname port number (as a string) and server-side path. * A verbosity level can be specified; it currently controls the amount