summaryrefslogtreecommitdiff
path: root/src/comm.h
blob: a2c2207238b4a8a420ec574b93d4753be2934dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/**
 * @file
 * @author Mark Rader
 * @date 2008-09-07
 *
 * @section DESCRIPTION
 * Defines structures and enumerated values for interprocess communication.
 */


#ifndef _LINPICKER_COMM_H_
#define _LINPICKER_COMM_H_

#include "comm_structs.h"
#include "client.h"
#include "buffer.h"

void
comm_process(struct client *c, struct buffer *b, struct lin_message *m);

#endif /* _LINPICKER_COMM_H_ */