Commit 0e822b0a authored by winckel's avatar winckel

Fixed some warnings due to bad prototype syntax.

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4583 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent 3685cf3f
......@@ -85,7 +85,7 @@ void init_seeds(int seed);
* \note
* @ingroup _oml
*/
double wichman_hill() ;
double wichman_hill(void) ;
/*! \fn double uniform_rng();
* \brief generates uniform random number with algo: wichman_hill / random() / Taus
......@@ -94,7 +94,7 @@ double wichman_hill() ;
* \note
* @ingroup _oml
*/
double uniform_rng();
double uniform_rng(void);
/*! \fn double uniform_dist(double min, double max);
* \brief
......
......@@ -166,7 +166,7 @@ int adjust_size(int size);
*/
void header_size_gen(int src, int dst, int application);
void init_predef_multicast_traffic();
void init_predef_multicast_traffic(void);
/*! \fn void init_predef_traffic();
* \brief initialise OTG with predifined value for pre-configured traffic: cbr, openarena,etc.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment