2020-04-08 17:23:04 +02:00
|
|
|
#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
|
|
|
|
|
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"
|
|
|
|
|
|
|
|
|
|
/* This is a build-test only */
|
|
|
|
|
|
|
|
|
|
int
|
|
|
|
|
main(int argc, char **argv)
|
|
|
|
|
{
|
2021-06-23 14:19:51 -04:00
|
|
|
(void)argc;
|
|
|
|
|
(void)argv;
|
2020-04-08 17:23:04 +02:00
|
|
|
return 0;
|
|
|
|
|
}
|