lib: Add macro for deprecated functions

This commit is contained in:
Bastien Nocera 2018-05-24 12:41:35 +02:00
parent fc92f62136
commit 901a6f7fed

View file

@ -27,6 +27,8 @@ extern "C" {
#include <stdint.h> #include <stdint.h>
#include <sys/time.h> #include <sys/time.h>
#define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))
/** /**
* fp_dscv_dev: * fp_dscv_dev:
* *