NSIS/Contrib/Makensisw/update.h

9 lines
201 B
C
Raw Normal View History

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