rdesktop/tests/parallel_mock.c

9 lines
136 B
C
Raw Permalink Normal View History

#include <cgreen/mocks.h>
#include "../rdesktop.h"
int
parallel_enum_devices(uint32 * id, char *optarg)
{
return mock(id, optarg);
}