8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington/*
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * Copyright (C) 2000, 2001, 2004, 2005, 2007, 2009, 2016 Internet Systems Consortium, Inc. ("ISC")
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington *
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * This Source Code Form is subject to the terms of the Mozilla Public
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * License, v. 2.0. If a copy of the MPL was not distributed with this
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington */
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington
d7201de09b85929a86b157f4b2d91667c68c6b52Automatic Updater/* $Id: timer_p.h,v 1.12 2009/09/02 23:48:02 tbox Exp $ */
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington#ifndef ISC_TIMER_P_H
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington#define ISC_TIMER_P_H
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein/*! \file */
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellingtonisc_result_t
307d2084502eddc7ce921e5ce439aec3531d90e0Tatuya JINMEI 神明達哉isc__timermgr_nextevent(isc_timermgr_t *timermgr, isc_time_t *when);
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington
1f1d36a87b65186d9f89aac7f456ab1fd2a39ef6Andreas Gustafssonvoid
307d2084502eddc7ce921e5ce439aec3531d90e0Tatuya JINMEI 神明達哉isc__timermgr_dispatch(isc_timermgr_t *timermgr);
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington
8ec174ad4e570842495b2f1f3836160af90f69afBrian Wellington#endif /* ISC_TIMER_P_H */