Remove whitespace, update email addresses and URLs.
[kodak.git] / trace.h
1 //+----------------------------------------------------------------------------
2 //
3 // File:     trace.h
4 //
5 // Module:   Digital Camera Program
6 //
7 // Synopsis: Header file for tracing calls.
8 //
9 // Author:       sgasch
10 //
11 // Created    4 Jun 1999
12 //
13 //+----------------------------------------------------------------------------
14
15 #ifndef _TRACE
16 #define _TRACE
17
18 void Trace(char *szFormat, ... );
19
20 #endif // _TRACE