Commit 0ec7a2c3 authored by Federico Vaga's avatar Federico Vaga

lib: rename function to be coherent

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 358a374d
......@@ -82,7 +82,7 @@ void fmctdc_ts_sub(struct fmctdc_time *a, struct fmctdc_time *b)
* @param[in] a timestamp
* @param[in] b timestamp
*/
void ft_ts_add(struct fmctdc_time *a, struct fmctdc_time *b)
void fmctdc_ts_add(struct fmctdc_time *a, struct fmctdc_time *b)
{
a->frac += b->frac;
......
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