initial load of upstream version 1.06.32
[xmlrpc-c] / src / test / client_dummy.c
1 #include <stdio.h>
2
3 #include "client.h"
4
5
6
7 void 
8 test_client(void) {
9
10     printf("Running dummy client test.");
11
12     printf("\n");
13     printf("Client tests done.\n");
14 }