]> sigrok.org Git - libsigrok.git/blobdiff - sigrok.h.in
sr_filter_probes(): Check for too many probes.
[libsigrok.git] / sigrok.h.in
index eda52b442e33fdbc27fe3d0bb9a8b216b860f1e5..929b5c3f402daf59291dc44a557751497cd61104 100644 (file)
 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