lib: Add macro for deprecated functions
This commit is contained in:
parent
fc92f62136
commit
901a6f7fed
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ extern "C" {
|
|||
#include <stdint.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))
|
||||
|
||||
/**
|
||||
* fp_dscv_dev:
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue