NSIS/Contrib/Makensisw/update.h

11 lines
260 B
C
Raw Normal View History

/* Reviewed for Unicode support by Jim Park -- 08/18/2007
/* 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();