Deleted Added
full compact
create.h (7713) create.h (7986)
1/* $Id: create.h,v 1.6 1994/12/06 00:51:35 jkh Exp $ */
1/* $Id: create.h,v 1.7 1995/04/09 15:04:57 jkh Exp $ */
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:

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

31extern char *DeInstall;
32extern char *Contents;
33extern char *Require;
34extern char *PlayPen;
35extern char *ExcludeFrom;
36extern char *Mtree;
37extern char *Pkgdeps;
38extern int Dereference;
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:

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

31extern char *DeInstall;
32extern char *Contents;
33extern char *Require;
34extern char *PlayPen;
35extern char *ExcludeFrom;
36extern char *Mtree;
37extern char *Pkgdeps;
38extern int Dereference;
39extern int PlistOnly;
39
40void check_list(char *, Package *);
41void usage(const char *, const char *, ...);
42int pkg_perform(char **);
43void copy_plist(char *, Package *);
44
45#endif /* _INST_CREATE_H_INCLUDE */
40
41void check_list(char *, Package *);
42void usage(const char *, const char *, ...);
43int pkg_perform(char **);
44void copy_plist(char *, Package *);
45
46#endif /* _INST_CREATE_H_INCLUDE */