Deleted Added
full compact
create.h (71373) create.h (84670)
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 71373 2001-01-22 12:01:55Z sobomax $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 84670 2001-10-08 17:01:35Z 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:

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

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

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

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