NSIS/Contrib/Makensisw/update.h
kichik dd288416ce update source code
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4103 212acab6-be3b-0410-9dea-997c60f758d6
2005-06-20 08:56:22 +00:00

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();