diff -r 2b9f54d14cc2 -r 351e9d7a66d0 app-manager/update.c --- a/app-manager/update.c Sat Nov 15 19:04:45 2014 +0000 +++ b/app-manager/update.c Wed Sep 12 17:12:10 2018 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2014 J. Ali Harlow + * Copyright (C) 2014, 2016 J. Ali Harlow * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -29,16 +29,16 @@ #include #include "app-manager.h" -gboolean update(PloverPackageSet *installed,const char *base) + +gboolean update(const char *base) { - gchar *s; + gchar *s,*database_uri; const char *prefix; GError *error=NULL; static PloverTransactionHelper *helper=NULL; if (!helper) { helper=plover_transaction_helper_new(ui); - plover_transaction_helper_set_installed(helper,installed); plover_transaction_helper_set_base(helper,base); prefix=plover_transaction_helper_get_prefix(helper,&error); if (error)