mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-08 16:53:21 +00:00
15 lines
169 B
C
15 lines
169 B
C
|
#include <stdio.h>
|
||
|
|
||
|
#include "client.h"
|
||
|
|
||
|
|
||
|
|
||
|
void
|
||
|
test_client(void) {
|
||
|
|
||
|
printf("Running dummy client test.");
|
||
|
|
||
|
printf("\n");
|
||
|
printf("Client tests done.\n");
|
||
|
}
|