Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (200 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

    
12

    
13

    
14
void server_main (void);
15

    
16

    
17

    
18

    
19
#endif