File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / src / Attic / mqtt.c
Revision 1.1.1.1.2.4: download - view: text, annotated - select for diffs - revision graph
Mon Nov 21 14:51:23 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
Diff to: branchpoint 1.1.1.1: preferred, unified
remove Retain in publish, not use in this scenario

    1: #include "global.h"
    2: 
    3: 
    4: int
    5: main(int argc, char **argv)
    6: {
    7: 	return 0;
    8: }

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