12 lines
324 B
C
12 lines
324 B
C
#ifndef __PARSE_KEYFILE_H__
|
|
#define __PARSE_KEYFILE_H__
|
|
|
|
#include <stdbool.h>
|
|
#include "keyfile.h"
|
|
|
|
/*************** AUTO GENERATED SECTION FOLLOWS ***************/
|
|
bool parse_keyfile(const char *filename, struct keydb_t *keydb, bool server_keyfile);
|
|
/*************** AUTO GENERATED SECTION ENDS ***************/
|
|
|
|
#endif
|