rdesktop/tests/printer_mock.c

9 lines
135 B
C
Raw Permalink Normal View History

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