summaryrefslogtreecommitdiff
path: root/src/server.h
blob: 80fb26b669c234cde7a317b87fef7831b692b16f (plain)
1
2
3
4
5
6
7
8
#ifndef SERVER_H
#define SERVER_H

#include "common.h"

int start_server(const struct common_data *);

#endif