aboutsummaryrefslogtreecommitdiffstats
path: root/daemonize.h
blob: 3720ff11c35f6a4a541050217b6e605b3ec40a53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT */
/*
 * Copyright (C) 2018 Wireguard LLC
 */

#ifndef DAEMONIZE_H
#define DAEMONIZE_H

void daemonize(void);

#endif