Deleted Added
full compact
info.h (228990) info.h (240682)
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 228990 2011-12-30 10:58:14Z uqs $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/info/info.h 240682 2012-09-18 22:09:23Z bapt $ */
2
3/*
4 * FreeBSD install - a package for the installation and maintenance
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:

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

72extern match_t MatchType;
73extern struct which_head *whead;
74
75extern void show_file(const char *, const char *);
76extern void show_plist(const char *, Package *, plist_t, Boolean);
77extern void show_files(const char *, Package *);
78extern void show_index(const char *, const char *);
79extern void show_size(const char *, Package *);
2
3/*
4 * FreeBSD install - a package for the installation and maintenance
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:

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

72extern match_t MatchType;
73extern struct which_head *whead;
74
75extern void show_file(const char *, const char *);
76extern void show_plist(const char *, Package *, plist_t, Boolean);
77extern void show_files(const char *, Package *);
78extern void show_index(const char *, const char *);
79extern void show_size(const char *, Package *);
80extern void show_cksum(const char *, Package *);
80extern int show_cksum(const char *, Package *);
81extern void show_origin(const char *, Package *);
82extern void show_fmtrev(const char *, Package *);
83
84#endif /* _INST_INFO_H_INCLUDE */
81extern void show_origin(const char *, Package *);
82extern void show_fmtrev(const char *, Package *);
83
84#endif /* _INST_INFO_H_INCLUDE */