9 lines
484 B
C
Executable File
9 lines
484 B
C
Executable File
// *****************************************************************************
|
|
// * CLIP_MAGIC_NUMBER :
|
|
// * The magic number was added to the CLIP Protocol beginning with version
|
|
// * 1.6 of CDEV. This magic number will preceed the buffer length in
|
|
// * a clip buffer and will be used to validate that the client is using the
|
|
// * same protocol as the server.
|
|
// *****************************************************************************
|
|
#define CLIP_MAGIC_NUMBER 0x434C4950
|