Deleted Added
full compact
lib.h (1338) lib.h (1547)
1/* $Id: lib.h,v 1.4 1993/09/18 03:39:49 jkh Exp $ */
1/* $Id: lib.h,v 1.5 1994/04/05 14:08:46 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:

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

124void upchuck(const char *);
125void barf(const char *, ...);
126void whinge(const char *, ...);
127Boolean y_or_n(Boolean, const char *, ...);
128
129/* Packing list */
130PackingList new_plist_entry(void);
131PackingList last_plist(Package *);
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:

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

124void upchuck(const char *);
125void barf(const char *, ...);
126void whinge(const char *, ...);
127Boolean y_or_n(Boolean, const char *, ...);
128
129/* Packing list */
130PackingList new_plist_entry(void);
131PackingList last_plist(Package *);
132Boolean in_plist(Package *, plist_t);
132PackingList find_plist(Package *, plist_t);
133void plist_delete(Package *, Boolean, plist_t, char *);
134void free_plist(Package *);
135void mark_plist(Package *);
136void csum_plist_entry(char *, PackingList);
137void add_plist(Package *, plist_t, char *);
138void add_plist_top(Package *, plist_t, char *);
139void write_plist(Package *, FILE *);
140void read_plist(Package *, FILE *);

--- 13 unchanged lines hidden ---
133void plist_delete(Package *, Boolean, plist_t, char *);
134void free_plist(Package *);
135void mark_plist(Package *);
136void csum_plist_entry(char *, PackingList);
137void add_plist(Package *, plist_t, char *);
138void add_plist_top(Package *, plist_t, char *);
139void write_plist(Package *, FILE *);
140void read_plist(Package *, FILE *);

--- 13 unchanged lines hidden ---