Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 08:12:42 GMT
From:      Garrett Cooper <gcooper@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 177889 for review
Message-ID:  <201005070812.o478Cgju061722@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@177889?ac=10

Change 177889 by gcooper@gcooper-bayonetta on 2010/05/07 08:11:51

	Commit the missing prototype for the recently added, unpack_file_to_fd .

Affected files ...

.. //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/pkg.h#2 edit

Differences ...

==== //depot/projects/soc2007/gcooper-pkg_install-enhancements-simplified/lib/libpkg/pkg.h#2 (text+ko) ====

@@ -189,6 +189,7 @@
 void		copy_hierarchy(const char *, const char *, Boolean);
 int		delete_hierarchy(const char *, Boolean, Boolean);
 int		unpack(const char *, const char *);
+FILE*		unpack_file_to_fd(const char *pkg, const char *file);
 void		format_cmd(char *, int, const char *, const char *, const char *);
 
 /* Msg */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005070812.o478Cgju061722>