diff options
Diffstat (limited to 'src/include-local/apaste-common.h')
| -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 |
