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:
Juan RP
2010-01-23 06:13:34 +01:00
parent 8a4b5fbd48
commit 823fe6d67c
2 changed files with 6 additions and 10 deletions

View File

@ -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;