diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-01-30 20:51:38 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2024-01-30 20:51:38 +0000 |
| commit | 21d51f7e0a639a3224ffc45dc3c06854decf1d45 (patch) | |
| tree | 87c4a36f66510e79d7ec8315361bb8bbbb5767f5 /src/include-local | |
| download | apaste-21d51f7e0a639a3224ffc45dc3c06854decf1d45.tar.gz | |
Initial commit
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/include-local')
| -rw-r--r-- | src/include-local/apaste-common.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include-local/apaste-common.h b/src/include-local/apaste-common.h new file mode 100644 index 0000000..8a680d9 --- /dev/null +++ b/src/include-local/apaste-common.h @@ -0,0 +1,9 @@ +/* ISC license. */ + +#ifndef APASTE_COMMON_H +#define APASTE_COMMON_H + +#define APASTEC_BANNER "apastec protocol v1" +#define APASTED_BANNER "apasted protocol v1" + +#endif |
