icwmp/src/heartbeat.h
Suvendhu Hansa 75b3e8ccb6
Code Cleanup
2024-09-16 03:16:49 +00:00

21 lines
420 B
C

/*
* heartbeat.h - CWMP HeartBeat mechanism
*
* Copyright (C) 2022, IOPSYS Software Solutions AB.
*
* Author Omar Kallel <omar.kallel@pivasoftware.com>
*
* See LICENSE file for license related information.
*
*/
#ifndef HEARTBEAT_H
#define HEARTBEAT_H
#include <stdbool.h>
extern struct uloop_timeout heartbeat_session_timer;
void intiate_heartbeat_procedures();
void reinit_heartbeat_procedures();
#endif