summaryrefslogtreecommitdiff
path: root/src/client.h
blob: 72c86fb698122c3c914259eea6c1099c3b677ca4 (plain)
1
2
3
4
5
6
#ifndef CLIENT_H
#define CLIENT_H
#include "common.h"

int start_client(const struct common_data *);
#endif