Paraslash Audio Streaming | |
About News Download Documentation Development |
Prepare the paraslash database for paraslash-0.7. More...
#include <osl.h>
#include <lopsub.h>
#include <regex.h>
#include "upgrade_db.lsg.h"
#include "para.h"
#include "error.h"
#include "string.h"
#include "fd.h"
#include "crypt.h"
#include "version.h"
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 } |
The columns of the audio file table (both old and new). More... | |
Functions | |
int | main (int argc, char *argv[]) |
Variables | |
__printf_2_3 void(* | para_log )(int, const char *,...) = stderr_log |
The log function of para_gui, always set to curses_log(). More... | |
DEFINE_PARA_ERRLIST | |
Array of error strings. More... | |
Prepare the paraslash database for paraslash-0.7.
#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.