Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / station / comm_server.h @ 1208

History | View | Annotate | Download (194 Bytes)

1
#ifndef _server_comm_h
2
#define _server_comm_h
3

    
4
#include <dragonfly_lib.h>
5

    
6

    
7

    
8
void comm_server_init (void);
9
void server_send_finished (void);
10

    
11
void server_main (void);
12

    
13

    
14

    
15

    
16
#endif