summaryrefslogtreecommitdiffstats
path: root/src/backend.c
blob: 784d24726a604590cb2ecfc91ee4502a3db2cc54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifdef HAVE_CONFIG_H
#include "../config.h"
#endif

#include <sys/types.h>
#include <string.h>
#include <unistd.h>

#include <nspr.h>
#include <secport.h>
#include <plarenas.h>

#include "backend.h"

void
backend_init(struct plugin_state *state)
{
}