|
|
http://perforce.freebsd.org/chv.cgi?CH=129786
Change 129786 by gcooper@shiina-ibook on 2007/11/29 19:36:08
Forgot this one in last merge (# 129785).
Affected files ...
..
//depot/projects/soc2007/revised_fbsd_pkgtools/pkg_revised/v2/contrib/libpkg/pkg_db_private.h#2
edit
Differences ...
====
//depot/projects/soc2007/revised_fbsd_pkgtools/pkg_revised/v2/contrib/libpkg/pkg_db_private.h#2
(text+ko) ====
@@ -29,7 +29,7 @@
#define __LIBPKG_PKG_DB_PRIVATE_H__
typedef int pkg_db_install_pkg_callback(struct pkg_db *, struct
pkg *,
- const char *, int, int, int, pkg_db_action *);
+ const char *, int, int, int, int, pkg_db_action
*);
typedef int pkg_db_is_installed_callback(struct pkg_db *, struct
pkg *);
typedef struct pkg *pkg_db_get_package_callback(struct pkg_db *,
const char *);
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|