SCTC
the soundcloud.com terminal client
Data Structures | Typedefs | Variables
command.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  command
 

Typedefs

typedef void(* command_func_ptr) (char *)
 

Variables

const struct command commands []
 Array of all commands supported by SCTC. More...
 
const size_t command_count
 

Typedef Documentation

typedef void(* command_func_ptr) (char *)

Variable Documentation

const size_t command_count
const struct command commands[]

Array of all commands supported by SCTC.

Includes a description, which is, for instance, shown in the commandwindow, and the function to call in order to execute the command.

Todo:
Step by step, 'everything' should be moved here.
At some point in time we want to be able to bind keys via configfile.