mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +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__ */
|