Deleted Added
full compact
create.h (84745) create.h (95161)
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 84745 2001-10-10 06:58:42Z sobomax $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 95161 2002-04-20 21:20:58Z obrien $ */
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:

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

37extern char *ExcludeFrom;
38extern char *Mtree;
39extern char *Pkgdeps;
40extern char *Origin;
41extern char *InstalledPkg;
42extern char PlayPen[];
43extern int Dereference;
44extern int PlistOnly;
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:

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

37extern char *ExcludeFrom;
38extern char *Mtree;
39extern char *Pkgdeps;
40extern char *Origin;
41extern char *InstalledPkg;
42extern char PlayPen[];
43extern int Dereference;
44extern int PlistOnly;
45extern int UseBzip2;
46
45
46enum zipper {NONE, GZIP, BZIP, BZIP2 };
47extern enum zipper Zipper;
48
47void check_list(const char *, Package *);
48int pkg_perform(char **);
49void copy_plist(const char *, Package *);
50
51#endif /* _INST_CREATE_H_INCLUDE */
49void check_list(const char *, Package *);
50int pkg_perform(char **);
51void copy_plist(const char *, Package *);
52
53#endif /* _INST_CREATE_H_INCLUDE */