#include <manager.h>
Collaboration diagram for manager_action:
Data Fields | |
char * | action |
char * | synopsis |
char * | description |
int | authority |
int(* | func )(struct mansession *s, struct message *m) |
manager_action * | next |
|
Name of the action |
|
Permission required for action. EVENT_FLAG_* |
|
Detailed description of the action |
|
Function to be called |
|
For easy linking |
|
Short description of the action |