FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
sshagent_main.h
1
21
#ifndef SSHAGENT_MAIN_H
22
#define SSHAGENT_MAIN_H
23
24
#include <freerdp/config.h>
25
26
#include <winpr/stream.h>
27
28
#include <freerdp/svc.h>
29
#include <freerdp/addin.h>
30
#include <freerdp/channels/log.h>
31
32
#define DVC_TAG CHANNELS_TAG("sshagent.client")
33
#ifdef WITH_DEBUG_SSHAGENT
34
#define DEBUG_SSHAGENT(...) WLog_DBG(DVC_TAG, __VA_ARGS__)
35
#else
36
#define DEBUG_SSHAGENT(...) \
37
do \
38
{ \
39
} while (0)
40
#endif
41
42
#endif
/* SSHAGENT_MAIN_H */
channels
sshagent
client
sshagent_main.h
Generated by
1.9.8