diff options
author | ewt <devnull@localhost> | 1996-01-05 18:12:55 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-01-05 18:12:55 +0000 |
commit | fc3166e80dd0787b5a9e7d1ee0a58e198faf54af (patch) | |
tree | 142b70a6896295f2781228e282ad9a2bcb6766d4 /install.h | |
parent | 7558c83bdb60fbbdb07a44462a1625ec51d53d17 (diff) | |
download | librpm-tizen-fc3166e80dd0787b5a9e7d1ee0a58e198faf54af.tar.gz librpm-tizen-fc3166e80dd0787b5a9e7d1ee0a58e198faf54af.tar.bz2 librpm-tizen-fc3166e80dd0787b5a9e7d1ee0a58e198faf54af.zip |
Initial revision
CVS patchset: 132
CVS date: 1996/01/05 18:12:55
Diffstat (limited to 'install.h')
-rw-r--r-- | install.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/install.h b/install.h new file mode 100644 index 000000000..587475129 --- /dev/null +++ b/install.h @@ -0,0 +1,8 @@ +#ifndef _H_INSTALL +#define _H_INSTALL + +void doInstall(char * prefix, int test, int installFlags); +void doUninstall(char * prefix, char * arg, int test, int uninstallFlags); + +#endif + |