Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 126591 | Differences between
and this patch

Collapse All | Expand All

(-)xmms-1.2.10/General/ir/ir.c (-2 / +2 lines)
Lines 16-25 Link Here
16
#include "ir.h"
16
#include "ir.h"
17
17
18
/* Important stuff to know */
18
/* Important stuff to know */
19
static gboolean keepGoing = FALSE;
19
gboolean keepGoing = FALSE;
20
20
21
/* The thread handle */
21
/* The thread handle */
22
static pthread_t irapp_thread;
22
pthread_t irapp_thread;
23
23
24
/* Declarations for calls that we need to mention in the plugin struct */
24
/* Declarations for calls that we need to mention in the plugin struct */
25
static void init(void);
25
static void init(void);

Return to bug 126591