Deleted Added
full compact
create.h (22997) create.h (26473)
1/* $Id$ */
1/* $Id: create.h,v 1.11 1997/02/22 16:09:24 peter 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:

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

26extern char *Prefix;
27extern char *Comment;
28extern char *Desc;
29extern char *Display;
30extern char *Install;
31extern char *DeInstall;
32extern char *Contents;
33extern char *Require;
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:

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

26extern char *Prefix;
27extern char *Comment;
28extern char *Desc;
29extern char *Display;
30extern char *Install;
31extern char *DeInstall;
32extern char *Contents;
33extern char *Require;
34extern char PlayPen[];
34extern char *SrcDir;
35extern char *ExcludeFrom;
36extern char *Mtree;
37extern char *Pkgdeps;
35extern char *ExcludeFrom;
36extern char *Mtree;
37extern char *Pkgdeps;
38extern char PlayPen[];
38extern int Dereference;
39extern int PlistOnly;
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 */
39extern int Dereference;
40extern int PlistOnly;
41
42void check_list(char *, Package *);
43void usage(const char *, const char *, ...);
44int pkg_perform(char **);
45void copy_plist(char *, Package *);
46
47#endif /* _INST_CREATE_H_INCLUDE */