Don't export xbps_get_remote_repo_string() to the API, it's only
used internally in the library. --HG-- extra : convert_revision : xtraeme%40gmail.com-20100123051334-8ndutg9gqfljff3p
This commit is contained in:
@ -37,9 +37,12 @@
|
||||
* @file lib/repository_sync_index.c
|
||||
* @brief Repository package index synchronization routines
|
||||
* @defgroup reposync Repository package index synchronization functions
|
||||
*
|
||||
* Functions to manipulate repository package index plist file
|
||||
* synchronizations.
|
||||
*/
|
||||
|
||||
char *
|
||||
char HIDDEN *
|
||||
xbps_get_remote_repo_string(const char *uri)
|
||||
{
|
||||
struct url *url;
|
||||
|
Reference in New Issue
Block a user