
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4103 212acab6-be3b-0410-9dea-997c60f758d6
8 lines
201 B
C
8 lines
201 B
C
/* Initialize update objects. */
|
|
void InitializeUpdate();
|
|
|
|
/* Check for newer version on server and show a message to the user. */
|
|
void Update();
|
|
|
|
/* Finalize update objects. */
|
|
void FinalizeUpdate();
|