From 65662315b6d180f7066f6578c55a9feec7250114 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 4 Jun 2007 12:01:53 -0400 Subject: Add a parseconfig to the pacman frontend that compiles Warning: this compiles but may not work as intended quite yet. :) Signed-off-by: Dan McGee --- lib/libalpm/alpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/alpm.c') diff --git a/lib/libalpm/alpm.c b/lib/libalpm/alpm.c index 0d5655e6..e3aacd27 100644 --- a/lib/libalpm/alpm.c +++ b/lib/libalpm/alpm.c @@ -190,7 +190,7 @@ int alpm_db_unregister(pmdb_t *db) * @param url url of the server * @return 0 on success, -1 on error (pm_errno is set accordingly) */ -int alpm_db_setserver(pmdb_t *db, const char *url) +int SYMEXPORT alpm_db_setserver(pmdb_t *db, const char *url) { int found = 0; -- cgit v1.2.3-54-g00ecf