rdesktop/tests/disk_mock.c

9 lines
131 B
C
Raw Normal View History

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