summaryrefslogtreecommitdiff
path: root/src/pld/pld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pld/pld.h')
-rw-r--r--src/pld/pld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pld/pld.h b/src/pld/pld.h
index b183e3e0..1ae775cc 100644
--- a/src/pld/pld.h
+++ b/src/pld/pld.h
@@ -31,7 +31,7 @@ struct pld_driver
{
char *name;
__PLD_DEVICE_COMMAND((*pld_device_command));
- int (*register_commands)(struct command_context *cmd_ctx);
+ const struct command_registration *commands;
int (*load)(struct pld_device *pld_device, const char *filename);
};