ReactOS
0.4.16-dev-822-gbcedb53
trace.h
Go to the documentation of this file.
1
/* trace.h
2
*
3
* Copyright (c) 1992-2001 by Mike Gleason.
4
* All rights reserved.
5
*
6
*/
7
8
#if defined(WIN32) || defined(_WINDOWS)
9
# define kTraceFileName "trace.txt"
10
#else
11
# define kTraceFileName "trace"
12
#endif
13
14
/* trace.c */
15
void
Trace
(
const
int
,
const
char
*
const
, ...)
16
#if (defined(__GNUC__)) && (__GNUC__ >= 2)
17
__attribute__
((
format
(
printf
, 2, 3)))
18
#endif
19
;
20
void
ErrorHook
(
const
FTPCIPtr
,
char
*);
21
void
DebugHook
(
const
FTPCIPtr
,
char
*);
22
void
SetDebug
(
int
);
23
void
UseTrace
(
void
);
24
void
OpenTrace
(
void
);
25
void
CloseTrace
(
void
);
DebugHook
void DebugHook(const FTPCIPtr, char *)
ErrorHook
void ErrorHook(const FTPCIPtr, char *)
OpenTrace
void OpenTrace(void)
Definition:
trace.c:109
SetDebug
void SetDebug(int)
Definition:
trace.c:88
UseTrace
void UseTrace(void)
Definition:
trace.c:97
CloseTrace
void CloseTrace(void)
Definition:
trace.c:159
__attribute__
#define __attribute__(x)
Definition:
wpp_private.h:207
Trace
#define Trace(x)
Definition:
inflate.c:42
printf
#define printf
Definition:
freeldr.h:97
FTPConnectionInfo
Definition:
ncftp.h:134
format
Definition:
format.c:58
modules
rosapps
applications
net
ncftp
ncftp
trace.h
Generated on Mon Mar 17 2025 06:06:52 for ReactOS by
1.9.6