Diff for /libaitrpc/example/tcli2.c between versions 1.2 and 1.3

version 1.2, 2015/01/15 01:42:36 version 1.3, 2015/07/02 22:28:13
Line 1 Line 1
 #include <stdio.h>  #include <stdio.h>
   #include <string.h>
   #include <errno.h>
 #include <sys/time.h>  #include <sys/time.h>
 #include <pthread.h>  #include <pthread.h>
#include <aitrpc.h>#include <aitrpc_cli.h>
 #include "rc.h"  #include "rc.h"
   
   

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>