Commit fb051080 authored by Federico Vaga's avatar Federico Vaga

lib: do not include private header in what needs to be public

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e1ea6eae
......@@ -17,6 +17,7 @@ extern "C" {
#include <inttypes.h>
#include <stdint.h>
#include <fmc-tdc.h>
/**
* printf format for timestamps with pico-second resolution
......@@ -210,9 +211,6 @@ extern int fmctdc_ts_mode_get(struct fmctdc_board *userb,
/**@}*/
#include "fmctdc-lib-private.h"
/**
* @defgroup libacq Time-stamps Acquisition
* Set of functions to read time-stamps from the board
......
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