 |
FreeRDP
|
Loading...
Searching...
No Matches
21#ifndef SSHAGENT_MAIN_H
22#define SSHAGENT_MAIN_H
24#include <freerdp/config.h>
26#include <winpr/stream.h>
28#include <freerdp/svc.h>
29#include <freerdp/addin.h>
30#include <freerdp/channels/log.h>
32#define DVC_TAG CHANNELS_TAG("sshagent.client")
33#ifdef WITH_DEBUG_SSHAGENT
34#define DEBUG_SSHAGENT(...) WLog_DBG(DVC_TAG, __VA_ARGS__)
36#define DEBUG_SSHAGENT(...) \