export validate_filename for plug-ins

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4556 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-03-07 14:14:25 +00:00
parent c07998b48c
commit 015723663b
2 changed files with 4 additions and 1 deletions

View file

@ -75,6 +75,7 @@ typedef struct {
typedef struct {
exec_flags_type *exec_flags;
int (__stdcall *ExecuteCodeSegment)(int, HWND);
void (__stdcall *validate_filename)(char *);
} extra_parameters;
// utility functions (not required but often useful)