summaryrefslogtreecommitdiff
path: root/lib/rpmts.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-04-24 15:08:09 +0300
committerPanu Matilainen <pmatilai@redhat.com>2008-04-24 15:08:09 +0300
commit365ffe20a4f7a3bc3a25f313075f70233f854b6b (patch)
treea8db6d122883c94d1ca0c4b5e059fd38a16a7307 /lib/rpmts.h
parentf4d12868e2a45b20fe9b3f763ce35a30623f3633 (diff)
downloadlibrpm-tizen-365ffe20a4f7a3bc3a25f313075f70233f854b6b.tar.gz
librpm-tizen-365ffe20a4f7a3bc3a25f313075f70233f854b6b.tar.bz2
librpm-tizen-365ffe20a4f7a3bc3a25f313075f70233f854b6b.zip
Remove meaningless extern on function declarations in headers
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r--lib/rpmts.h4
1 files changed, 2 insertions, 2 deletions
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).