Browse Source

param: add NULL sentinel attr

Signed-off-by: Mark Beckwith <wythe@intrig.com>
plugin-6
Mark Beckwith 6 years ago
committed by Christian Decker
parent
commit
1ae4cb1e20
  1. 2
      common/param.h

2
common/param.h

@ -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…
Cancel
Save