Deleted Added
full compact
lib.h (157809) lib.h (159554)
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 157809 2006-04-17 11:15:29Z krion $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/lib/lib.h 159554 2006-06-12 22:39:32Z obrien $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 215 unchanged lines hidden (view full) ---

225int requiredby(const char *, struct reqr_by_head **, Boolean, Boolean);
226
227/* Version */
228int verscmp(Package *, int, int);
229int version_cmp(const char *, const char *);
230
231/* Externs */
232extern Boolean Quiet;
2
3/*
4 * FreeBSD install - a package for the installation and maintainance
5 * of non-core utilities.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

--- 215 unchanged lines hidden (view full) ---

225int requiredby(const char *, struct reqr_by_head **, Boolean, Boolean);
226
227/* Version */
228int verscmp(Package *, int, int);
229int version_cmp(const char *, const char *);
230
231/* Externs */
232extern Boolean Quiet;
233extern Boolean Verbose;
234extern Boolean Fake;
235extern Boolean Force;
236extern int AutoAnswer;
233extern Boolean Fake;
234extern Boolean Force;
235extern int AutoAnswer;
236extern int Verbose;
237
238#endif /* _INST_LIB_LIB_H_ */
237
238#endif /* _INST_LIB_LIB_H_ */