Deleted Added
full compact
create.h (113594) create.h (131277)
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 113594 2003-04-17 09:56:05Z kris $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 131277 2004-06-29 18:56:59Z eik $ */
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:

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

29extern char *Display;
30extern char *Install;
31extern char *PostInstall;
32extern char *DeInstall;
33extern char *PostDeInstall;
34extern char *Contents;
35extern char *Require;
36extern char *SrcDir;
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:

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

29extern char *Display;
30extern char *Install;
31extern char *PostInstall;
32extern char *DeInstall;
33extern char *PostDeInstall;
34extern char *Contents;
35extern char *Require;
36extern char *SrcDir;
37extern char *BaseDir;
37extern char *ExcludeFrom;
38extern char *Mtree;
39extern char *Pkgdeps;
40extern char *Conflicts;
41extern char *Origin;
42extern char *InstalledPkg;
43extern char PlayPen[];
44extern int Dereference;
45extern int PlistOnly;
46
47enum zipper {NONE, GZIP, BZIP, BZIP2 };
48extern enum zipper Zipper;
49
38extern char *ExcludeFrom;
39extern char *Mtree;
40extern char *Pkgdeps;
41extern char *Conflicts;
42extern char *Origin;
43extern char *InstalledPkg;
44extern char PlayPen[];
45extern int Dereference;
46extern int PlistOnly;
47
48enum zipper {NONE, GZIP, BZIP, BZIP2 };
49extern enum zipper Zipper;
50
51void add_cksum(Package *, PackingList, const char *);
50void check_list(const char *, Package *);
51int pkg_perform(char **);
52void copy_plist(const char *, Package *);
53
54#endif /* _INST_CREATE_H_INCLUDE */
52void check_list(const char *, Package *);
53int pkg_perform(char **);
54void copy_plist(const char *, Package *);
55
56#endif /* _INST_CREATE_H_INCLUDE */