File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / utils.h
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Nov 30 00:12:30 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
finish server socket init part

    1: #ifndef __UTILS_H
    2: #define __UTILS_H
    3: 
    4: 
    5: int srv_Socket(sl_config * __restrict);
    6: int srv_Close(int);
    7: 
    8: 
    9: #endif

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