ReactOS 0.4.15-dev-7958-gcd0bb1a
dispatcher.h
Go to the documentation of this file.
1
2#ifndef __WINE_DISPATCHER_H__
3#define __WINE_DISPATCHER_H__
4
5/* Functions from dispatcher.c used elsewhere in the code */
6SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog,
7 char* const argv[]) DECLSPEC_HIDDEN;
8
10 unsigned int max_buflen, int *buflen) DECLSPEC_HIDDEN;
11
13
15
16#endif /* __WINE_DISPATCHER_H__ */
void check_version(PNegoHelper helper) DECLSPEC_HIDDEN
Definition: dispatcher.c:408
SECURITY_STATUS run_helper(PNegoHelper helper, char *buffer, unsigned int max_buflen, int *buflen) DECLSPEC_HIDDEN
Definition: dispatcher.c:331
void cleanup_helper(PNegoHelper helper) DECLSPEC_HIDDEN
Definition: dispatcher.c:377
SECURITY_STATUS fork_helper(PNegoHelper *new_helper, const char *prog, char *const argv[]) DECLSPEC_HIDDEN
Definition: dispatcher.c:76
#define DECLSPEC_HIDDEN
Definition: precomp.h:8
GLuint buffer
Definition: glext.h:5915
char * prog
Definition: isohybrid.c:47
#define argv
Definition: mplay32.c:18
LONG SECURITY_STATUS
Definition: sspi.h:34