Deleted Added
full compact
info.h (67300) info.h (67454)
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 67300 2000-10-18 20:16:26Z des $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 67454 2000-10-23 07:01:31Z sobomax $ */
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:

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

39#define SHOW_REQUIRE 0x0020
40#define SHOW_PREFIX 0x0040
41#define SHOW_INDEX 0x0080
42#define SHOW_FILES 0x0100
43#define SHOW_DISPLAY 0x0200
44#define SHOW_REQBY 0x0400
45#define SHOW_MTREE 0x0800
46#define SHOW_SIZE 0x1000
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:

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

39#define SHOW_REQUIRE 0x0020
40#define SHOW_PREFIX 0x0040
41#define SHOW_INDEX 0x0080
42#define SHOW_FILES 0x0100
43#define SHOW_DISPLAY 0x0200
44#define SHOW_REQBY 0x0400
45#define SHOW_MTREE 0x0800
46#define SHOW_SIZE 0x1000
47#define SHOW_ORIGIN 0x2000
47
48extern int Flags;
49extern Boolean AllInstalled;
50extern Boolean Quiet;
51extern char *InfoPrefix;
52extern char PlayPen[];
53extern char *CheckPkg;
54
55extern void show_file(char *, char *);
56extern void show_plist(char *, Package *, plist_t);
57extern void show_files(char *, Package *);
58extern void show_index(char *, char *);
59extern void show_size(char *, Package *);
48
49extern int Flags;
50extern Boolean AllInstalled;
51extern Boolean Quiet;
52extern char *InfoPrefix;
53extern char PlayPen[];
54extern char *CheckPkg;
55
56extern void show_file(char *, char *);
57extern void show_plist(char *, Package *, plist_t);
58extern void show_files(char *, Package *);
59extern void show_index(char *, char *);
60extern void show_size(char *, Package *);
61extern void show_origin(char *, Package *);
60
61#endif /* _INST_INFO_H_INCLUDE */
62
63#endif /* _INST_INFO_H_INCLUDE */