10 lines
165 B
C
10 lines
165 B
C
#include "@PROTOCOL_CLIENT_INCLUDE_FILE@"
|
|
#include "@PROTOCOL_SERVER_INCLUDE_FILE@"
|
|
|
|
/* This is a build-test only */
|
|
|
|
int
|
|
main(int argc, char **argv)
|
|
{
|
|
return 0;
|
|
}
|