renamed a few files
[mereo.git] / src / updater_proto.asm
blobc9f17bb4ff86cf686e7a2c120fe21b521284eb9e
1 ; Mereo - An HTTP server.
2 ; Copyright (C) 2008 Jelle Geerts
4 ; This program is free software: you can redistribute it and/or modify
5 ; it under the terms of the GNU General Public License as published by
6 ; the Free Software Foundation, either version 3 of the License, or
7 ; (at your option) any later version.
9 ; This program is distributed in the hope that it will be useful,
10 ; but WITHOUT ANY WARRANTY; without even the implied warranty of
11 ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 ; GNU General Public License for more details.
14 ; You should have received a copy of the GNU General Public License
15 ; along with this program. If not, see <http://www.gnu.org/licenses/>.
17 UpdateDownload PROTO _ignore:DWORD
18 UpdateDialogProc PROTO hwndDlg:DWORD,uMsg:DWORD,wParam:DWORD,lParam:DWORD
19 UpdateThread PROTO bNotify:DWORD
20 CheckForProgramUpdates PROTO hwndDlg:DWORD, uMsg:DWORD, idEvent:DWORD, dwTime:DWORD
21 UpdateProgramUpdateTimer PROTO hwndDlg:DWORD
22 UpdateSettingsDialogProc PROTO hwndDlg:DWORD, uMsg:DWORD, wParam:DWORD, lParam:DWORD