update source code

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4103 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-06-20 08:56:22 +00:00
parent 0806310e7c
commit dd288416ce
2 changed files with 148 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/* 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();