Holds a command specified by an exec-line in the config (see src/config.c). More...
#include <data.h>
Public Member Functions | |
TAILQ_ENTRY (Autostart) autostarts | |
Data Fields | |
char * | command |
Command, like in command mode. |
Holds a command specified by an exec-line in the config (see src/config.c).
Definition at line 292 of file data.h.
Autostart::TAILQ_ENTRY | ( | Autostart | ) |
char* Autostart::command |