Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 12471
Collapse All | Expand All

(-)transcode-0.6.3.20021219-orig/export/export_lame.c (-1 / +1 lines)
Lines 46-52 Link Here
46
 *
46
 *
47
 * ------------------------------------------------------------*/
47
 * ------------------------------------------------------------*/
48
48
49
int p_write (char *buf, size_t len)
49
static int p_write (char *buf, size_t len)
50
{
50
{
51
    size_t n  = 0;
51
    size_t n  = 0;
52
    size_t r  = 0;
52
    size_t r  = 0;
(-)transcode-0.6.3.20021219-orig/export/export_ogg.c (-1 / +1 lines)
Lines 37-43 Link Here
37
static int   capability_flag=TC_CAP_PCM;
37
static int   capability_flag=TC_CAP_PCM;
38
static FILE *pFile = NULL;
38
static FILE *pFile = NULL;
39
39
40
int p_write (char *buf, size_t len)
40
static int p_write (char *buf, size_t len)
41
{
41
{
42
    size_t n  = 0;
42
    size_t n  = 0;
43
    size_t r  = 0;
43
    size_t r  = 0;

Return to bug 12471