mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
7 lines
143 B
C
7 lines
143 B
C
|
|
#ifndef __WINE_KERBEROS_H__
|
|
#define __WINE_KERBEROS_H__
|
|
|
|
void SECUR32_initKerberosSP(void) DECLSPEC_HIDDEN;
|
|
|
|
#endif /* __WINE_KERBEROS_H__ */
|