PERFORCE change 177889 for review

Garrett Cooper gcooper at FreeBSD.org
Fri May 7 08:12:43 UTC 2010


http://p4web.freebsd.org/@@177889?ac=10

Change 177889 by gcooper at 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 */


More information about the p4-projects mailing list