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

(-)alsa-lib-1.2.8.orig/test/oldapi.c (-1 / +1 lines)
Lines 31-37 Link Here
31
#include "../include/asoundlib.h"
31
#include "../include/asoundlib.h"
32
#include <sys/time.h>
32
#include <sys/time.h>
33
33
34
typedef void (myfcn)(void *);
34
typedef int (myfcn)(const snd_pcm_hw_params_t *);
35
35
36
int main(int argc ATTRIBUTE_UNUSED, char *argv[] ATTRIBUTE_UNUSED)
36
int main(int argc ATTRIBUTE_UNUSED, char *argv[] ATTRIBUTE_UNUSED)
37
{
37
{

Return to bug 885551