Aktualizr
C++ SOTA Client
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
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