|
Paraslash Audio Streaming |
About News Download Documentation Development |
Macros | |
#define | CMD_PTR (lls_cmd(0, upgrade_db_suite)) |
#define | OPT_RESULT(_name, _lpr) (lls_opt_result(LSG_UPGRADE_DB_PARA_UPGRADE_DB_OPT_ ## _name, lpr)) |
#define | OPT_GIVEN(_name, _lpr) (lls_opt_given(OPT_RESULT(_name, _lpr))) |
#define | OPT_UINT32_VAL(_name, _lpr) (lls_uint32_val(0, OPT_RESULT(_name, _lpr))) |
#define | OPT_STRING_VAL(_name, _lpr) (lls_string_val(0, OPT_RESULT(_name, _lpr))) |
#define | AFSI_SIZE 32 |
Enumerations | |
enum | audio_file_table_columns { AFTCOL_HASH, AFTCOL_PATH, AFTCOL_AFSI, AFTCOL_AFHI, AFTCOL_CHUNKS, NUM_AFT_COLUMNS, AFTCOL_HASH, AFTCOL_PATH, AFTCOL_AFSI, AFTCOL_AFHI, AFTCOL_CHUNKS, NUM_AFT_COLUMNS } |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
__printf_2_3 void(* | para_log )(int, const char *,...) = stderr_log |
DEFINE_PARA_ERRLIST | |
#define CMD_PTR (lls_cmd(0, upgrade_db_suite)) |
#define OPT_RESULT | ( | _name, | |
_lpr | |||
) | (lls_opt_result(LSG_UPGRADE_DB_PARA_UPGRADE_DB_OPT_ ## _name, lpr)) |
#define OPT_GIVEN | ( | _name, | |
_lpr | |||
) | (lls_opt_given(OPT_RESULT(_name, _lpr))) |
#define OPT_UINT32_VAL | ( | _name, | |
_lpr | |||
) | (lls_uint32_val(0, OPT_RESULT(_name, _lpr))) |
#define OPT_STRING_VAL | ( | _name, | |
_lpr | |||
) | (lls_string_val(0, OPT_RESULT(_name, _lpr))) |
#define AFSI_SIZE 32 |
The columns of the audio file table (both old and new).
int main | ( | int | argc, |
char * | argv[] | ||
) |
__printf_2_3 void(* para_log) (int, const char *,...) = stderr_log |
The log function of para_gui, always set to curses_log().
DEFINE_PARA_ERRLIST |
Array of error strings.