2 * Copyright 1995, 1996 Perforce Software. All rights reserved.
4 * This file is part of Perforce - the FAST SCM System.
7 # define IdentMagic "@(#)"
12 void GetMessage( StrBuf
*s
, int isServer
= 0 );
13 const char * GetIdent() { return ident
+ sizeof( IdentMagic
) - 1; }
14 const char * GetDate() { return supportDate
; }
16 // private, but statically initialized
19 const char *supportDate
;