2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
15 * VARIABLES __________________________________________________________________
21 TCHAR szSubset
[ cchNAME
]; // subset name ("" if unspecified)
22 BOOL fModified
; // TRUE if subset contents changed
23 LPTSTR pszMonitored
; // allocated multistring of servers
24 LPTSTR pszUnmonitored
; // allocated multistring of servers
29 * PROTOTYPES _________________________________________________________________
33 BOOL
Subsets_fMonitorServer (LPSUBSET sub
, LPIDENT lpiServer
);
34 LPSUBSET
Subsets_SetMonitor (LPSUBSET sub
, LPIDENT lpiServer
, BOOL fMonitor
);
36 void ShowSubsetsDialog (void);
38 BOOL
Subsets_SaveIfDirty (LPSUBSET sub
);
40 BOOL
Subsets_EnumSubsets (LPTSTR pszCell
, size_t iIndex
, LPTSTR pszSubset
);
41 LPSUBSET
Subsets_LoadSubset (LPTSTR pszCell
, LPTSTR pszSubset
);
42 BOOL
Subsets_SaveSubset (LPTSTR pszCell
, LPTSTR pszSubset
, LPSUBSET sub
);
43 LPSUBSET
Subsets_CopySubset (LPSUBSET sub
, BOOL fMakeIfNULL
= FALSE
);
44 void Subsets_FreeSubset (LPSUBSET sub
);