mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 13:25:43 +01:00
param: add NULL sentinel attr
Signed-off-by: Mark Beckwith <wythe@intrig.com>
This commit is contained in:
parent
a6ca57c79a
commit
1ae4cb1e20
@ -40,7 +40,7 @@ struct command;
|
||||
* of named values.
|
||||
*/
|
||||
bool param(struct command *cmd, const char *buffer,
|
||||
const jsmntok_t params[], ...);
|
||||
const jsmntok_t params[], ...) LAST_ARG_NULL;
|
||||
|
||||
/*
|
||||
* The callback signature. Callbacks must return true on success. On failure they
|
||||
|
Loading…
Reference in New Issue
Block a user