Commit a6dd1258 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Move function prototypes to header.

parent ddb00243
......@@ -20,6 +20,7 @@
#include <stdlib.h>
#include "dumpres.h"
#include "wrc.h"
#define MASTER_LANGUAGE LANG_ENGLISH
#define NB_LANG 0x94
......
......@@ -108,12 +108,6 @@ static const char version_string[] = "Wine Resource Compiler Version " WRC_FULLV
" 1994 Martin von Loewis\n";
/*
* External functions
*/
void write_resfile(char *outname, resource_t *top);
void verify_translations(resource_t *top);
/*
* Set if compiling in 32bit mode (default).
*/
int win32 = 1;
......
......@@ -66,4 +66,7 @@ extern int char_number;
extern resource_t *resource_top;
extern language_t *currentlanguage;
void verify_translations(resource_t *top);
void write_resfile(char *outname, resource_t *top);
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment