home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD/PC Actual 13
/
CDA13.ISO
/
juegos
/
MISC
/
SRC
/
INSTALL
/
DOIT.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-12-23
|
224 b
|
11 lines
#ifndef H_DOIT
#define H_DOIT
#include "methods.h"
#include "pkgs.h"
int doInstall(struct installMethod * method, struct component * preskel,
struct pkgSet * psp, char * netSharedPath, int upgrade);
#endif H_DOIT