From: Michael Schroeder Date: Tue, 30 Jan 2018 13:48:40 +0000 (+0100) Subject: Make serialize_dbenv_ops static X-Git-Tag: 0.6.31~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d09bde6f47aa7640887816d085a15d97633aef;p=thirdparty%2Flibsolv.git Make serialize_dbenv_ops static --- diff --git a/ext/repo_rpmdb_bdb.h b/ext/repo_rpmdb_bdb.h index 3082f6c2..c34ff706 100644 --- a/ext/repo_rpmdb_bdb.h +++ b/ext/repo_rpmdb_bdb.h @@ -102,7 +102,7 @@ rpmdbid2db(unsigned char *db, Id id, int byteswapped) } #if defined(FEDORA) || defined(MAGEIA) -int +static int serialize_dbenv_ops(struct rpmdbstate *state) { char *lpath;