comparison loader/vfl.c @ 1312:cca0d2481b7e

Fix two prototype warnings
author jkeil
date Fri, 13 Jul 2001 08:51:50 +0000
parents d8c1b0b38edc
children ce45cce7f7a5
comparison
equal deleted inserted replaced
1311:e116beb1ac7b 1312:cca0d2481b7e
2 * Copyright 1998 Marcus Meissner 2 * Copyright 1998 Marcus Meissner
3 */ 3 */
4 #include <config.h> 4 #include <config.h>
5 5
6 #include <stdio.h> 6 #include <stdio.h>
7 #include <stdlib.h>
7 #include <string.h> 8 #include <string.h>
8 9
9 #include "win32.h" 10 #include "win32.h"
10 #include "loader.h" 11 #include "loader.h"
11 12