Aktualizr
C++ SOTA Client
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_
TreehubServer
Definition:
treehub_server.h:11
ServerCredentials
Definition:
server_credentials.h:25
Generated by
1.8.13