mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
7 lines
147 B
C
7 lines
147 B
C
|
|
#ifndef __WINE_NEGOTIATE_H__
|
|
#define __WINE_NEGOTIATE_H__
|
|
|
|
void SECUR32_initNegotiateSP(void) DECLSPEC_HIDDEN;
|
|
|
|
#endif /* __WINE_NEGOTIATE_H__ */
|