xref: /reactos/dll/win32/secur32/wine/dispatcher.h (revision 84ccccab)
1 
2 #ifndef __WINE_DISPATCHER_H__
3 #define __WINE_DISPATCHER_H__
4 
5 /* Functions from dispatcher.c used elsewhere in the code */
6 SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog,
7         char* const argv[]) DECLSPEC_HIDDEN;
8 
9 SECURITY_STATUS run_helper(PNegoHelper helper, char *buffer,
10         unsigned int max_buflen, int *buflen) DECLSPEC_HIDDEN;
11 
12 void cleanup_helper(PNegoHelper helper) DECLSPEC_HIDDEN;
13 
14 void check_version(PNegoHelper helper) DECLSPEC_HIDDEN;
15 
16 #endif /* __WINE_DISPATCHER_H__ */
17