libcfe  0.12.1
some useful C-functions
mp3info.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/stat.h>
#include <ctype.h>
#include <string.h>
#include <curses.h>
#include <signal.h>
#include <cfe/mp3info/mp3tech.h>
#include <cfe/mp3info/textfunc.h>
Include dependency graph for mp3info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VERSION   "MP3Info 0.8.5a"
 
#define COPYRIGHT   "Copyright (C) 2006 Cedric Tefft and Ricardo Cerqueira"
 
#define MAXGENRE   147
 
#define GENREROWS   50
 
#define MP3INFO_VERSION   VERSION
 
#define VERSION   OLDVERSION
 
#define MP3INFO_COPYRIGHT   COPYRIGHT
 
#define COPYRIGHT   OLDCOPYRIGHT
 

Functions

void tagedit_curs (char *filename, int filenum, int fileoutof, id3tag *tag)
 

Variables

char * typegenre [MAXGENRE+2]
 
int alphagenreindex [MAXGENRE+1]
 
int galphagenreindex [MAXGENRE+2]
 

Macro Definition Documentation

◆ COPYRIGHT [1/2]

#define COPYRIGHT   "Copyright (C) 2006 Cedric Tefft and Ricardo Cerqueira"

Definition at line 134 of file mp3info.h.

◆ COPYRIGHT [2/2]

#define COPYRIGHT   OLDCOPYRIGHT

Definition at line 134 of file mp3info.h.

◆ GENREROWS

#define GENREROWS   50

Definition at line 60 of file mp3info.h.

◆ MAXGENRE

#define MAXGENRE   147

Definition at line 59 of file mp3info.h.

◆ MP3INFO_COPYRIGHT

#define MP3INFO_COPYRIGHT   COPYRIGHT

Definition at line 132 of file mp3info.h.

◆ MP3INFO_VERSION

#define MP3INFO_VERSION   VERSION

Definition at line 128 of file mp3info.h.

◆ VERSION [1/2]

#define VERSION   "MP3Info 0.8.5a"

Definition at line 130 of file mp3info.h.

◆ VERSION [2/2]

#define VERSION   OLDVERSION

Definition at line 130 of file mp3info.h.

Function Documentation

◆ tagedit_curs()

void tagedit_curs ( char *  filename,
int  filenum,
int  fileoutof,
id3tag tag 
)

Variable Documentation

◆ alphagenreindex

int alphagenreindex[MAXGENRE+1]

◆ galphagenreindex

int galphagenreindex[MAXGENRE+2]

◆ typegenre

char* typegenre[MAXGENRE+2]