Deleted Added
full compact
1c1
< /* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 84745 2001-10-10 06:58:42Z sobomax $ */
---
> /* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 84750 2001-10-10 08:21:41Z sobomax $ */
84a85,88
> /* Version numbers to assist with changes in package file format */
> #define PLIST_FMT_VER_MAJOR 1
> #define PLIST_FMT_VER_MINOR 1
>
111a116
> int fmtver_maj, fmtver_mnr;
194a200,202
> /* Version */
> int verscmp(Package *, int, int);
>