added delete and replace later got rid of unneeded IIDs in public header Added the correct license to all files. git-svn-id: svn://10.0.0.236/trunk@24901 18797224-902f-48f8-a5cc-f745e15eee43
6 lines
127 B
C
6 lines
127 B
C
#ifndef __NS_SoftwareUpdateRun_H__
|
|
#define __NS_SoftwareUpdateRun_H__
|
|
|
|
PRInt32 RunInstall(nsInstallInfo *installInfo);
|
|
|
|
#endif |