summaryrefslogtreecommitdiff
path: root/plugins/shellexec/shellexec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-04-24 19:40:56 +0200
committerGravatar waker <wakeroid@gmail.com>2012-04-24 19:40:56 +0200
commit6498b5187f44a48571aac268c9c377b7c3e6af7b (patch)
treef37b114e098b4bf63de93f5664860762f99d9680 /plugins/shellexec/shellexec.h
parent15bd1af9f7c6bdad62b9610b1303b281f252b367 (diff)
shellexec[ui]: cleaned up api, fixed memleaks, add/remove/edit works without restarting player, Disabled flag is not user-editable and is not saved to config
Diffstat (limited to 'plugins/shellexec/shellexec.h')
-rw-r--r--plugins/shellexec/shellexec.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/shellexec/shellexec.h b/plugins/shellexec/shellexec.h
index 748340bd..b76dfd85 100644
--- a/plugins/shellexec/shellexec.h
+++ b/plugins/shellexec/shellexec.h
@@ -40,10 +40,8 @@ typedef struct Shx_action_s
typedef struct Shx_plugin_s
{
DB_misc_t misc;
- Shx_action_t *
- (*shx_get_actions)(DB_plugin_action_callback_t callback, int omit_disabled);
void
- (*shx_save_actions)(Shx_action_t *action_list);
+ (*save_actions)(Shx_action_t *action_list);
} Shx_plugin_t;
#endif