Deleted Added
full compact
create.h (131285) create.h (147043)
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 131285 2004-06-29 19:06:42Z eik $ */
1/* $FreeBSD: head/usr.sbin/pkg_install/create/create.h 147043 2005-06-06 03:24:14Z 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:

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

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

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

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