From: Bert Vermeulen Date: Sun, 23 Jan 2011 03:58:32 +0000 (+0100) Subject: cli: revamp option syntax X-Git-Tag: libsigrok-0.1.0~380 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=47697369b552515d76930951e75cf84b5a16953a;p=libsigrok.git cli: revamp option syntax for device (-d) and format (-f), the syntax is: :key=value:key2=value2 --- diff --git a/sigrok.h b/sigrok.h index e3b6ac78..4decd625 100644 --- a/sigrok.h +++ b/sigrok.h @@ -78,6 +78,7 @@ typedef int (*receive_data_callback) (int fd, int revents, void *user_data); enum { T_UINT64, T_CHAR, + T_NULL, }; enum {