rdesktop/tests/cliprdr_mock.c

9 lines
114 B
C
Raw Normal View History

#include <cgreen/mocks.h>
#include "../rdesktop.h"
void
cliprdr_set_mode(const char *optarg)
{
mock(optarg);
}