|
@@ -39,7 +39,6 @@ typedef QTAILQ_HEAD(QmpCommandList, QmpCommand) QmpCommandList;
|
|
|
|
|
|
void qmp_register_command(QmpCommandList *cmds, const char *name,
|
|
void qmp_register_command(QmpCommandList *cmds, const char *name,
|
|
QmpCommandFunc *fn, QmpCommandOptions options);
|
|
QmpCommandFunc *fn, QmpCommandOptions options);
|
|
-void qmp_unregister_command(QmpCommandList *cmds, const char *name);
|
|
|
|
QmpCommand *qmp_find_command(QmpCommandList *cmds, const char *name);
|
|
QmpCommand *qmp_find_command(QmpCommandList *cmds, const char *name);
|
|
void qmp_disable_command(QmpCommandList *cmds, const char *name);
|
|
void qmp_disable_command(QmpCommandList *cmds, const char *name);
|
|
void qmp_enable_command(QmpCommandList *cmds, const char *name);
|
|
void qmp_enable_command(QmpCommandList *cmds, const char *name);
|