summaryrefslogtreecommitdiff
path: root/curvetun_mgmt_servers.h
blob: 9c5cd848483d51d2f71011ffa410e7bfdd60f351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef CT_SERVMGMT_H
#define CT_SERVMGMT_H

#include <stdio.h>
#include "curve.h"

extern void parse_userfile_and_generate_serv_store_or_die(char *homedir);
extern void dump_serv_store(void);
extern void get_serv_store_entry_by_alias(char *alias, size_t len,
					  char **host, char **port, int *udp);
extern struct curve25519_proto *get_serv_store_entry_proto_inf(void);
extern unsigned char *get_serv_store_entry_auth_token(void);
extern void destroy_serv_store(void);

#endif /* CT_SERVMGMT_H */
mary='commit info' class='commit-info'> authorMark Brown <broonie@kernel.org>2016-12-12 12:17:19 +0000 committerMark Brown <broonie@kernel.org>2016-12-12 12:17:19 +0000 commitc1b0789271b13dd7561f78370122c3183cd74ab0 (patch) treef4eda3db7bd1b059de81cd4bec7fbb871661dbe2 /sound/pci/au88x0/au8830.h parent69973b830859bc6529a7a0468ba0d80ee5117826 (diff)parent618c808968852609d2d9f0e5cfc351a4807ef8d0 (diff)
Merge remote-tracking branch 'regulator/fix/axp20x' into regulator-linus
Diffstat (limited to 'sound/pci/au88x0/au8830.h')