]> git.ipfire.org Git - thirdparty/chrony.git/blob - sys_macosx.h
cmdmon: save NTS cookies and server keys on dump command
[thirdparty/chrony.git] / sys_macosx.h
1 /*
2 chronyd/chronyc - Programs for keeping computer clocks accurate.
3
4 **********************************************************************
5 * Copyright (C) Richard P. Curnow 1997-2001
6 * Copyright (C) J. Hannken-Illjes 2001
7 * Copyright (C) Bryan Christianson 2015
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of version 2 of the GNU General Public License as
11 * published by the Free Software Foundation.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 * General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with this program; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21 *
22 **********************************************************************
23
24 =======================================================================
25
26 Header file for macOS driver
27
28 */
29
30 #ifndef GOT_SYS_MACOSX_H
31 #define GOT_SYS_MACOSX_H
32
33 void SYS_MacOSX_SetScheduler(int SchedPriority);
34 void SYS_MacOSX_DropRoot(uid_t uid, gid_t gid);
35 void SYS_MacOSX_Initialise(void);
36 void SYS_MacOSX_Finalise(void);
37
38 #endif