X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=sigrok.h.in;h=929b5c3f402daf59291dc44a557751497cd61104;hb=c5d660ae244babd4afc7863ba23f66d31af6e29e;hp=eda52b442e33fdbc27fe3d0bb9a8b216b860f1e5;hpb=52f28f821f8923f52fce5b76909c00015231e299;p=libsigrok.git diff --git a/sigrok.h.in b/sigrok.h.in index eda52b44..929b5c3f 100644 --- a/sigrok.h.in +++ b/sigrok.h.in @@ -33,11 +33,6 @@ extern "C" { #endif -#define SIGROK_MAJOR_VERSION @SIGROK_MAJOR_VERSION@ -#define SIGROK_MINOR_VERSION @SIGROK_MINOR_VERSION@ -#define SIGROK_MICRO_VERSION @SIGROK_MICRO_VERSION@ -#define SIGROK_VERSION "@SIGROK_VERSION@" - /* * Status/error codes returned by libsigrok functions. * @@ -86,7 +81,7 @@ typedef int (*sr_receive_data_callback) (int fd, int revents, void *user_data); enum { SR_T_UINT64, SR_T_CHAR, - SR_T_NULL, + SR_T_BOOL, }; #if 0