-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhello.h
More file actions
executable file
·20 lines (17 loc) · 775 Bytes
/
hello.h
File metadata and controls
executable file
·20 lines (17 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/***************************************************************************
hello.h - description
-------------------
begin : Wed Aug 13 2003
copyright : (C) 2003 by Luke Klein-Berndt
email : kleinb@nist.gov
***************************************************************************/
/***************************************************************************
Created by Miguel Catalan Cid - miguel.catcid@gmail.com - Version: Mon Jan 1 2010
***************************************************************************/
#ifndef HELLO_H
#define HELLO_H
#include "aodv.h"
int gen_hello(void);
int recv_hello(task * tmp_packet);
void compute_etx(void);
#endif