mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
7 lines
128 B
C
7 lines
128 B
C
#ifndef __NS_SoftwareUpdateRun_H__
|
|
#define __NS_SoftwareUpdateRun_H__
|
|
|
|
PRInt32 RunInstall(nsInstallInfo *installInfo);
|
|
|
|
#endif
|