Cleaned up nsInstallInfo Moved logging into its own progress listener class git-svn-id: svn://10.0.0.236/trunk@31498 18797224-902f-48f8-a5cc-f745e15eee43
7 lines
128 B
C
7 lines
128 B
C
#ifndef __NS_SoftwareUpdateRun_H__
|
|
#define __NS_SoftwareUpdateRun_H__
|
|
|
|
PRInt32 RunInstall(nsInstallInfo *installInfo);
|
|
|
|
#endif
|