Diff for /mqtt/example/Attic/disp.c between versions 1.1 and 1.2

version 1.1, 2011/11/22 14:48:25 version 1.2, 2012/01/27 15:05:38
Line 0 Line 1
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   #include <sys/types.h>
   #include "aitmqtt.h"
   
   
   int
   main(int argc, char **argv)
   {
           mqtt_cb_t *cbs;
   
           cbs = mqttInitCallbacks();
           if (!cbs)
                   return 2;
   
           mqttFiniCallbacks(&cbs);
           return 0;
   }

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


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