Moved headers to appropriate places

This commit is contained in:
Armin Novak 2022-02-23 16:26:14 +01:00 committed by akallabeth
parent 0435b5a65d
commit 150674f341
7 changed files with 6 additions and 8 deletions

View File

@ -54,7 +54,7 @@
#include <freerdp/client/cmdline.h>
#include <freerdp/version.h>
#include <freerdp/utils/smartcard_cli.h>
#include <freerdp/client/utils/smartcard_cli.h>
#include "cmdline.h"

View File

@ -19,8 +19,8 @@
#include <winpr/assert.h>
#include <freerdp/utils/smartcard_cli.h>
#include "../../libfreerdp/core/smartcardlogon.h"
#include <freerdp/client/utils/smartcard_cli.h>
#include <freerdp/utils/smartcardlogon.h>
BOOL freerdp_smartcard_list(const rdpSettings* settings)
{

View File

@ -42,9 +42,8 @@ typedef struct
} SmartcardCertInfo;
FREERDP_API BOOL smartcard_enumerateCerts(const rdpSettings* settings, SmartcardCerts** scCert,
DWORD* retCount);
DWORD* retCount);
FREERDP_API const SmartcardCertInfo* smartcard_getCertInfo(SmartcardCerts* scCerts, DWORD index);
FREERDP_API void smartcardCerts_Free(SmartcardCerts* scCert);
#endif /* LIBFREERDP_CORE_SMARTCARDLOGON_H */

View File

@ -64,7 +64,6 @@ set(${MODULE_PREFIX}_SRCS
nla.c
nla.h
smartcardlogon.c
smartcardlogon.h
tscredentials.c
tscredentials.h
nego.c

View File

@ -50,7 +50,7 @@
#include "nla.h"
#include "utils.h"
#include "tscredentials.h"
#include "smartcardlogon.h"
#include <freerdp/utils/smartcardlogon.h>
#define TAG FREERDP_TAG("core.nla")

View File

@ -33,7 +33,7 @@
#include <freerdp/log.h>
#include "smartcardlogon.h"
#include <freerdp/utils/smartcardlogon.h>
#define TAG FREERDP_TAG("smartcardlogon")