From 365ffe20a4f7a3bc3a25f313075f70233f854b6b Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Thu, 24 Apr 2008 15:08:09 +0300 Subject: Remove meaningless extern on function declarations in headers --- lib/rpmts.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rpmts.h') diff --git a/lib/rpmts.h b/lib/rpmts.h index 1a51562e2..5d8928aa0 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -412,7 +412,7 @@ int rpmtsUnorderedSuccessors(rpmts ts, int first); * @param ts transaction set * @return transaction rootDir */ -extern const char * rpmtsRootDir(rpmts ts); +const char * rpmtsRootDir(rpmts ts); /** \ingroup rpmts * Set transaction rootDir, i.e. path to chroot(2). @@ -427,7 +427,7 @@ void rpmtsSetRootDir(rpmts ts, const char * rootDir); * @param ts transaction set * @return transaction currDir */ -extern const char * rpmtsCurrDir(rpmts ts); +const char * rpmtsCurrDir(rpmts ts); /** \ingroup rpmts * Set transaction currDir, i.e. current directory before chroot(2). -- cgit v1.2.3