Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / colonet / ColonetServer / includes / client.h @ 118

History | View | Annotate | Download (325 Bytes)

1
/**
2
 *
3
 *  @author Jason Knichel
4
 *
5
 */
6

    
7
#ifndef CLIENT_H
8
#define CLIENT_H
9

    
10
#include <colonet_wireless.h>
11

    
12
int wirelessMessageHandler(unsigned char* pkt, int len);
13
int initWireless(void);
14
int wirelessMessageHandler(unsigned char type, short source, int dest,
15
                           unsigned char* data, int len);
16

    
17
#endif