Deleted Added
full compact
create.h (50479) create.h (67454)
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 50479 1999-08-28 01:35:59Z peter $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.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:

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

32extern char *DeInstall;
33extern char *PostDeInstall;
34extern char *Contents;
35extern char *Require;
36extern char *SrcDir;
37extern char *ExcludeFrom;
38extern char *Mtree;
39extern char *Pkgdeps;
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:

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

32extern char *DeInstall;
33extern char *PostDeInstall;
34extern char *Contents;
35extern char *Require;
36extern char *SrcDir;
37extern char *ExcludeFrom;
38extern char *Mtree;
39extern char *Pkgdeps;
40extern char *Origin;
40extern char PlayPen[];
41extern int Dereference;
42extern int PlistOnly;
43
44void check_list(char *, Package *);
45int pkg_perform(char **);
46void copy_plist(char *, Package *);
47
48#endif /* _INST_CREATE_H_INCLUDE */
41extern char PlayPen[];
42extern int Dereference;
43extern int PlistOnly;
44
45void check_list(char *, Package *);
46int pkg_perform(char **);
47void copy_plist(char *, Package *);
48
49#endif /* _INST_CREATE_H_INCLUDE */