summaryrefslogtreecommitdiff
path: root/src/conn-tools/s6-sudo.h
blob: 8c5797fcad822b54d9a33d5d059ffb12d76a390c (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#ifndef S6_SUDO_H
#define S6_SUDO_H

#define S6_SUDO_BANNERB "s6-sudo b v1.0\n"
#define S6_SUDO_BANNERB_LEN (sizeof(S6_SUDO_BANNERB) - 1)
#define S6_SUDO_BANNERA "s6-sudo a v1.0\n"
#define S6_SUDO_BANNERA_LEN (sizeof(S6_SUDO_BANNERA) - 1)

#endif