Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrcpa / cpl_interface.h
1 /*
2  * Copyright (C) 1998  Transarc Corporation.
3  * All rights reserved.
4  *
5  */
6
7
8 /*
9 *       Exported functions.
10 */
11
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15
16 LONG APIENTRY CPlApplet(HWND hwndCPl, UINT uMsg, LONG lParam1, LONG lParam2);
17
18 #ifdef __cplusplus
19 }
20 #endif
21
22