The following commit has been merged in the master branch:
commit 91976e8282ec31c132fa612676a4c85559ffa0ae
Author: Guillem Jover <[email protected]>
Date:   Mon Feb 8 03:19:31 2010 +0100

    dpkg: Make pkg_files_add_file() static

diff --git a/src/filesdb.c b/src/filesdb.c
index e1dc738..1ae10b2 100644
--- a/src/filesdb.c
+++ b/src/filesdb.c
@@ -122,7 +122,7 @@ pkg_files_blank(struct pkginfo *pkg)
   pkg->clientdata->files = NULL;
 }
 
-struct fileinlist **
+static struct fileinlist **
 pkg_files_add_file(struct pkginfo *pkg, const char *filename,
                    enum fnnflags flags, struct fileinlist **file_tail)
 {

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to