Aktualizr
C++ SOTA Client
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Variables
Enumerations
Files
File List
File Members
All
Functions
Enumerations
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Pages
src
sota_tools
authenticate.h
1
#ifndef SOTA_CLIENT_TOOLS_AUTHENTICATE_H_
2
#define SOTA_CLIENT_TOOLS_AUTHENTICATE_H_
3
4
#include <string>
5
6
#include "server_credentials.h"
7
#include "treehub_server.h"
8
9
int
authenticate(
const
std::string &cacerts,
const
ServerCredentials
&creds,
TreehubServer
&treehub);
10
11
// vim: set tabstop=2 shiftwidth=2 expandtab:
12
#endif // SOTA_CLIENT_TOOLS_AUTHENTICATE_H_
ServerCredentials
Definition:
server_credentials.h:25
TreehubServer
Definition:
treehub_server.h:11
Generated by
1.8.17