Update NEWS for 1.6.22
[pkg-k5-afs_openafs.git] / src / WINNT / afssvrmgr / svc_general.h
blob697fb69a6b29acf90766df9cac74d096e7bff8ee
1 /*
2 * Copyright 2000, International Business Machines Corporation and others.
3 * All Rights Reserved.
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
8 */
10 #ifndef SVC_GENERAL_H
11 #define SVC_GENERAL_H
15 * PROTOTYPES _________________________________________________________________
19 PVOID Services_LoadPreferences (LPIDENT lpiService);
20 BOOL Services_SavePreferences (LPIDENT lpiService);
22 void Services_GuessLogName (LPTSTR pszLogFile, LPTSTR pszServiceName);
25 #endif