mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
8 lines
143 B
C
8 lines
143 B
C
|
|
#ifndef __WINE_KERBEROS_H__
|
|
#define __WINE_KERBEROS_H__
|
|
|
|
void SECUR32_initKerberosSP(void) DECLSPEC_HIDDEN;
|
|
|
|
#endif /* __WINE_KERBEROS_H__ */
|