Deleted Added
full compact
create.h (445) create.h (1520)
1/* $Id: create.h,v 1.4 1993/09/04 05:06:32 jkh Exp $ */
1/* $Id: create.h,v 1.4 1993/09/12 20:45:28 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:

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

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

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

27extern char *Comment;
28extern char *Desc;
29extern char *Install;
30extern char *DeInstall;
31extern char *Contents;
32extern char *Require;
33extern char *PlayPen;
34extern char *ExcludeFrom;
35extern int Dereference;
35
36void check_list(char *, Package *);
37void usage(const char *, const char *, ...);
38int pkg_perform(char **);
39void copy_plist(char *, Package *);
40
41#endif /* _INST_CREATE_H_INCLUDE */
36
37void check_list(char *, Package *);
38void usage(const char *, const char *, ...);
39int pkg_perform(char **);
40void copy_plist(char *, Package *);
41
42#endif /* _INST_CREATE_H_INCLUDE */