Initial IBM OpenAFS 1.0 tree
[openafs.git] / src / WINNT / afssvrmgr / set_tab.h
1 #ifndef SET_TAB_H
2 #define SET_TAB_H
3
4
5 /*
6  * PROTOTYPES _________________________________________________________________
7  *
8  */
9
10 BOOL CALLBACK Filesets_DlgProc (HWND hDlg, UINT msg, WPARAM wp, LPARAM lp);
11
12 void Filesets_ShowParticularPopupMenu (HWND hParent, POINT ptScreen, LPIDENT lpiFileset);
13
14
15 #endif
16