1 2 3 4 5 6 7 8 9
/* ISC license. */ #ifndef APASTE_COMMON_H #define APASTE_COMMON_H #define APASTEC_BANNER "apastec protocol v1" #define APASTED_BANNER "apasted protocol v1" #endif