Deleted Added
full compact
lib.h (2331) lib.h (3198)
1/* $Id: lib.h,v 1.7 1994/05/25 18:00:04 asami Exp $ */
1/* $Id: lib.h,v 1.8 1994/08/28 14:15:29 jkh Exp $ */
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:

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

136void free_plist(Package *);
137void mark_plist(Package *);
138void csum_plist_entry(char *, PackingList);
139void add_plist(Package *, plist_t, char *);
140void add_plist_top(Package *, plist_t, char *);
141void write_plist(Package *, FILE *);
142void read_plist(Package *, FILE *);
143int plist_cmd(char *, char **);
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:

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

136void free_plist(Package *);
137void mark_plist(Package *);
138void csum_plist_entry(char *, PackingList);
139void add_plist(Package *, plist_t, char *);
140void add_plist_top(Package *, plist_t, char *);
141void write_plist(Package *, FILE *);
142void read_plist(Package *, FILE *);
143int plist_cmd(char *, char **);
144void delete_package(Boolean, Package *);
144int delete_package(Boolean, Package *);
145
146/* For all */
147void usage(const char *, const char *, ...);
148int pkg_perform(char **);
149
150/* Externs */
151extern Boolean Verbose;
152extern Boolean Fake;
153extern int AutoAnswer;
154
155#endif /* _INST_LIB_LIB_H_ */
145
146/* For all */
147void usage(const char *, const char *, ...);
148int pkg_perform(char **);
149
150/* Externs */
151extern Boolean Verbose;
152extern Boolean Fake;
153extern int AutoAnswer;
154
155#endif /* _INST_LIB_LIB_H_ */