rdesktop/tests/serial_mock.c

9 lines
134 B
C
Raw Permalink Normal View History

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