00001 00014 #ifndef _LEAKY_BUCKET_H_ 00015 #define _LEAKY_BUCKET_H_ 00016 00017 #include "global.h" 00018 00019 #ifdef _LEAKYBUCKET_ 00020 // Leaky Bucket functions 00021 unsigned long GetBigDoubleWord(FILE *fp); 00022 void calc_buffer(InputParameters *p_Inp); 00023 #endif 00024 00025 #endif 00026